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

Provide a more flexible authentication mechanism for a user request #172

Open
ykazakov opened this issue Sep 24, 2024 · 0 comments
Open

Comments

@ykazakov
Copy link

Currently, the nbexchange API requests are secured with the cookie NAAS_JWT:

jwt_token = os.environ.get("NAAS_JWT")

In the context of JupyterHub it would be nice to be able, instead, to authenticate request with a token.

See #148 for a concrete scenario.

@ykazakov ykazakov changed the title Provide a more flexible mechanism authentication of a user request Provide a more flexible authentication mechanism for a user request Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant