jupyterhub / oauthenticator

OAuth + JupyterHub Authenticator = OAuthenticator
https://oauthenticator.readthedocs.io
BSD 3-Clause "New" or "Revised" License
414 stars 366 forks source link

clarify what claim_groups_key is used for #707

Closed minrk closed 12 months ago

minrk commented 12 months ago

and explicitly state that it's not related to JupyterHub groups, so it's clear and consistent with all other OAuthenticators.

This should alleviate some of the confusion in #706, but doesn't address the feature request of implementing Authenticator.manage_groups support, which is more general and should probably be implemented across OAuthenticator.

consideRatio commented 12 months ago

I did documentation on this since it was a docstring surfaced to configuration reference and no non-docstring code was touched - could be maintenance also.

minrk commented 12 months ago

I think docs is right for docstrings.