jhub_remote_user_authenticator icon indicating copy to clipboard operation
jhub_remote_user_authenticator copied to clipboard

Logout

Open ihatethecloud opened this issue 1 year ago • 1 comments

Hi,

Thanks for your work. I have a question, how do you handle logout?

I modified a bit your code to extract the cookie. In RemoteUserLoginHandler.get I am searching in a database for the SESSID and if there is a session there present in my external app, I continue to login the use via your code. Is it possible to implement the other way around. If the user logged off from that app, to logoff also from jupyterhub ?

Thanks

ihatethecloud avatar Apr 08 '24 09:04 ihatethecloud

Unless the JupyterHub API has some way of administratively cancelling all sessions for a particular user, I'm not sure how that would be possible.

cwaldbieser avatar Apr 15 '24 15:04 cwaldbieser