jupyterhub / tmpauthenticator

JupyterHub authenticator that hands out temporary accounts for everyone. For use in tmpnb.org
BSD 3-Clause "New" or "Revised" License
22 stars 18 forks source link

Respect 'next' parameter after login #6

Closed tkw1536 closed 6 years ago

tkw1536 commented 6 years ago

This PR ensures that the user is redirected to a the url given by the 'next' GET parameter after login. If this parameter is omitted, the user is redirected to user.url.

minrk commented 6 years ago

Thanks!