From 8a7779068a3ece16f3221263a29ec67c434a37a6 Mon Sep 17 00:00:00 2001 From: Kooltek68 <80048456+travellingsoldier85@users.noreply.github.com> Date: Tue, 17 Mar 2026 14:16:31 +0000 Subject: [PATCH] docs: fix typo in README.md (#13444) --- enterprise/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise/README.md b/enterprise/README.md index 01c5b9a64f..497ae9a7be 100644 --- a/enterprise/README.md +++ b/enterprise/README.md @@ -51,6 +51,6 @@ NOTE: in the future we will simply replace the `GithubTokenManager` with keycloa ## User ID vs User Token - In OpenHands, the entire app revolves around the GitHub token the user sets. `openhands/server` uses `request.state.github_token` for the entire app -- On Enterprise, the entire APP resolves around the Github User ID. This is because the cookie sets it, so `openhands/server` AND `enterprise/server` depend on it and completly ignore `request.state.github_token` (token is fetched from `GithubTokenManager` instead) +- On Enterprise, the entire APP resolves around the Github User ID. This is because the cookie sets it, so `openhands/server` AND `enterprise/server` depend on it and completely ignore `request.state.github_token` (token is fetched from `GithubTokenManager` instead) Note that introducing GitHub User ID in OpenHands, for instance, will cause large breakages.