mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 23:13:00 +00:00
Authenticating a service with JupyterHub
Uses jupyterhub.services.HubAuthenticated
to authenticate requests with the Hub.
Run
- Launch JupyterHub and the
whoami service
withsource launch.sh
. - Visit http://127.0.0.1:8000/hub/whoami
After logging in with your local-system credentials, you should see a JSON dump of your user info:
{
"admin": false,
"last_activity": "2016-05-27T14:05:18.016372",
"name": "queequeg",
"pending": null,
"server": "/user/queequeg"
}