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

Upgrade JupyterHub to 1.0.0 #20

@zkatona

Description

@zkatona

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions