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.
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.
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.