This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Description
Hi!
Is there a possibility to upgrade JupyterHub from 0.9.4 to 1.0.0?
Reason for the request:
It has features like:
- c.Authenticator.auth_refresh_age
- c.Authenticator.refresh_auth
- c.Authenticator.refresh_user
These could be very well used when creating a custom authenticator.
I already have a custom OpenShiftOAuthenticator class, that can restrict access to only those OpenShift users, who have any role in the namespace on OpenShift, where JupyterHub is running. This is working perfectly fine, however, if a user is deleted from the membership of the namespace, and the user is already logged in, I want the user to be forcefully logged out from JupyterHub. I think I could implement this using the latest version of JupyterHub using the above mentioned new features.
Thank you for your help in advance!
Cheers,
Zoltán