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.