Skip to content

Commit

Permalink
Updated auth group handling according to PR jupyterhub#3548 comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thomafred committed Jan 14, 2022
1 parent c7437af commit d459c9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jupyterhub/auth.py
Expand Up @@ -653,6 +653,9 @@ def load_user_groups(self, auth_state, user):
auth_state (dict): Proprietary dict returned by authenticator
user(User): the User object associated with the auth-state
Returns:
groups (list):
List of user group memberships
"""
return None

Expand Down

0 comments on commit d459c9d

Please sign in to comment.