Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New user logins not effective when old user is logged in #11

Closed
yuvipanda opened this issue Nov 13, 2018 · 4 comments
Closed

New user logins not effective when old user is logged in #11

yuvipanda opened this issue Nov 13, 2018 · 4 comments
Labels

Comments

@yuvipanda
Copy link
Collaborator

If user A is already logged in, and a new LTI request authorizing user B comes in, JupyterHub should log out user A and log in user B. Currently, this doesn't seem to be happening, causing lots of confusion among users.

@sideye
Copy link

sideye commented Nov 14, 2018

Currently it appears that user B will be automatically redirected to user A if user A was previously logged in.

@consideRatio
Copy link
Member

consideRatio commented Dec 8, 2019

Can this be, because get_next_url is called without passing the newly logged in user object after logging in? In #26 I start doing that.

@consideRatio
Copy link
Member

consideRatio commented Dec 8, 2019

Is this a JupyterHub bug or a bug with this authenticator? This PR attempts to address it: #16

@consideRatio
Copy link
Member

Resolved by #31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants