jhub_remote_user_authenticator
jhub_remote_user_authenticator copied to clipboard
Logout
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
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.