You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the Jupyterhub version to make use of the new "refresh user" feature implemented in version 4.0.2-20231024
Required steps:
set reasonable default values for MagpieAuthenticator.enable_auth_state, MagpieAuthenticator.refresh_pre_spawn, and MagpieAuthenticator.auth_refresh_age in the juptyerhub settings files
set a JUPYTERHUB_CRYPT_KEY environment variable (a hex-encoded 32-byte key) used to encrypt user auth state variables in the database.
Description
Update the Jupyterhub version to make use of the new "refresh user" feature implemented in version 4.0.2-20231024
Required steps:
MagpieAuthenticator.enable_auth_state
,MagpieAuthenticator.refresh_pre_spawn
, andMagpieAuthenticator.auth_refresh_age
in the juptyerhub settings filesReferences
Implemented on the jupyterhub side here: Ouranosinc/jupyterhub#20
Concerned Organizations
The text was updated successfully, but these errors were encountered: