Skip to content

Commit

Permalink
doc adding users with github, since they won't be allowed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 23, 2024
1 parent c492c17 commit dcbb376
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/howto/auth/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,16 @@ For more information on `tljh-config`, see [](/topic/tljh-config).
4. Tell your JupyterHub to _use_ the GitHub OAuthenticator for authentication:

```
sudo tljh-config set auth.type oauthenticator.github.GitHubOAuthenticator
sudo tljh-config set auth.type github
```

5. Restart your JupyterHub so that new users see these changes:
5. Tell JupyterHub which users to allow, if you haven't already:

```
sudo tljh-config add-item users.allowed good-user_1
```

6. Restart your JupyterHub so that new users see these changes:

```
sudo tljh-config reload
Expand Down

0 comments on commit dcbb376

Please sign in to comment.