Skip to content

Commit

Permalink
docs: mention allowed_groups and admin_groups in general setup
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 3, 2024
1 parent 05778cd commit 9e5520d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/tutorials/general-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ projects' authenticator classes.
- {attr}`.OAuthenticator.allow_all`
- {attr}`.OAuthenticator.allow_existing_users`
- {attr}`.OAuthenticator.allowed_users`
- {attr}`.OAuthenticator.allowed_groups`
- {attr}`.OAuthenticator.admin_users`
- {attr}`.OAuthenticator.admin_groups`

Your authenticator class may have unique config, so in the end it can look
something like this:
Expand Down

0 comments on commit 9e5520d

Please sign in to comment.