We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
OAuthenticator has had some significant changes affecting how access can be configured, including
allowed_scopes
allowed_groups
admin_groups
auth_state_groups_key
https://oauthenticator.readthedocs.io/en/latest/topic/allowing.html is missing these new properties.
Do nothing, rely on users reading the Traitlets API documentation
JupyterHub admins
Update https://github.com/jupyterhub/oauthenticator/blob/main/docs/source/topic/allowing.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Proposed change
OAuthenticator has had some significant changes affecting how access can be configured, including
allowed_scopes
to all authenticators to allow some users based on granted scopes #719allowed_groups
,admin_groups
,auth_state_groups_key
) #735https://oauthenticator.readthedocs.io/en/latest/topic/allowing.html is missing these new properties.
Alternative options
Do nothing, rely on users reading the Traitlets API documentation
Who would use this feature?
JupyterHub admins
(Optional): Suggest a solution
Update https://github.com/jupyterhub/oauthenticator/blob/main/docs/source/topic/allowing.md
The text was updated successfully, but these errors were encountered: