Hi,
Is it possible to get in a notebook the email address (=Google user principal) of the currently logged in user when using the GoogleOAuthenticator?
It looks like the email address is included by default in
To access it you’ll need to turn on auth_state, and configure the spawner to pass the email to the spawned container as an environment variable (or some other method).