Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new feature: refresh_user #218

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

Litzuck
Copy link

@Litzuck Litzuck commented Apr 13, 2023

Implements the method refresh_user of the superclass Authenticator.
It periodically checks if a user is still in one of the allowed groups. If a user is no longer a member of any of those groups, their session token is invalidated.

The feature can be enabled using the option enable_refresh, and only checks users if allowed groups are set.

@welcome
Copy link

welcome bot commented Apr 13, 2023

Thanks for submitting your first pull request! You are awesome! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please make sure you followed the pull request template, as this will help us review your contribution more quickly.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also a intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@Litzuck Litzuck changed the title Add new featrue: refresh_user Add new feature: refresh_user May 8, 2023
@consideRatio consideRatio mentioned this pull request Jun 4, 2023
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants