jupyter / tmpnb

Creates temporary Jupyter Notebook servers using Docker containers. [DEPRECATED - See BinderHub project]
https://github.com/jupyterhub/binderhub
BSD 3-Clause "New" or "Revised" License
528 stars 123 forks source link

enable using tokens #257

Closed minrk closed 7 years ago

minrk commented 7 years ago

off by default, but with --use_tokens=1, each user is assigned a token.

closes #256

minrk commented 7 years ago

Tested and works.

rgbkrk commented 7 years ago

Nice! You'll need to rebase since I merged the networks PR.

minrk commented 7 years ago

@rgbkrk thanks, rebased and added the token to /api/spawn, which I had forgotten about.

minrk commented 7 years ago

Thanks!