jupyterhub / oauthenticator

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

Require jupyterhub>=2.2 #720

Closed manics closed 8 months ago

manics commented 8 months ago

This means we can add support for manage_groups without checking the JupyterHub version.

See https://github.com/jupyterhub/oauthenticator/pull/708/ which adds support for manage_groups, but requires conditionals in OAuthenticator and the tests.

yuvipanda commented 8 months ago

Yeah, this is good to me :)