I’m enabling auth state persistence in JupyterHub by following @minrk suggestion here.
I generate and set auth.state.cryptoKey
and everything works fine. But I’m wondering if there’s a way to tell JupyterHub to generate it’s own random cryptoKey. That way JupyterHub’s auth persistence is “self contained”.