jupyterhub / oauthenticator

OAuth + JupyterHub Authenticator = OAuthenticator
https://oauthenticator.readthedocs.io
BSD 3-Clause "New" or "Revised" License
414 stars 366 forks source link

Launching multiple notebooks in jupyterhub with different jwt tokens loads the first spawned notebook. #689

Closed adhithya71 closed 1 year ago

adhithya71 commented 1 year ago

Bug description :

I am using jupyterhub with custom authentication where a userId is extracted from jwt , and a notebook is spawned on that userId . But when I launch multiple notebooks with different userId from the same browser , it loads the first notebook . The new userId has been passed correctly in the logs , but somewhere it changes and the previous values are loaded . This works fine when I launch each unique notebook in different browsers .

welcome[bot] commented 1 year ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

manics commented 1 year ago

I think this is most likely an issue with your single user server, e.g. JupyterLab or jupyter notebook.

You can try asking on the community forum https://discourse.jupyter.org/ to see if anyone has an idea of the problem, or if you can come up with a self contained example you could open a bug on the relevant repository.

Either way, please include enough information for someone to reproduce the problem. Thanks!