@@ -46,8 +46,8 @@ custom:
4646 # Authentication mode
4747 # - auto-login: No credentials required, auto-login as 'student' (for single-node dev)
4848 # - dummy: Accept any username/password (for testing)
49- # - github: GitHub OAuth authentication
50- # - multi: GitHub OAuth + Local accounts
49+ # - github: GitHub App authentication
50+ # - multi: GitHub App + Local accounts
5151 authMode : " auto-login"
5252
5353 # Auto-create admin user on first install
@@ -136,7 +136,7 @@ custom:
136136 # Private repo access — two independent mechanisms (can be used together):
137137 #
138138 # 1. GitHub App (githubAppName)
139- # For GitHub OAuth users. Users authorize per-repo read-only access via
139+ # For GitHub App users. Users authorize per-repo read-only access via
140140 # the GitHub App UI. Token is obtained automatically from OAuth session.
141141 # Requires migrating from OAuth App to GitHub App — see below.
142142 #
@@ -167,7 +167,7 @@ custom:
167167 # -- Private Repo Access --
168168 # GitHub App slug (e.g. "aup-learning-cloud")
169169 # Enables repo picker UI and automatic OAuth token usage for private repos.
170- # Only effective for GitHub OAuth users; auto-login/native users are unaffected.
170+ # Only effective for GitHub App users; auto-login/native users are unaffected.
171171 githubAppName : " "
172172 # Default access token for private repos (e.g. a bot/service account PAT).
173173 # Works for ALL auth modes including auto-login — users don't need to know
463463 Authenticator :
464464 allow_all : true
465465
466- # ---- GitHub OAuth ----
466+ # ---- GitHub App ----
467467 GitHubOAuthenticator :
468468 oauth_callback_url : " https://<Your.domain>/hub/github/oauth_callback"
469469 app_id : " "
0 commit comments