Open ykazakov opened 1 month ago
Currently, the nbexchange API requests are secured with the cookie NAAS_JWT:
NAAS_JWT
https://github.com/edina/nbexchange/blob/985796a553a56f4ee39f74f46ab8577a9c263728/nbexchange/plugin/exchange.py#L49
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.
Currently, the nbexchange API requests are secured with the cookie
NAAS_JWT
:https://github.com/edina/nbexchange/blob/985796a553a56f4ee39f74f46ab8577a9c263728/nbexchange/plugin/exchange.py#L49
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.