1.0.0 - 2023-05-22
- Python >=3.8 and JupyterHub >=2.3.0 is now required
- Logging in while already logged in by visiting
/hub/tmplogin
now provides the visitor with a new user identity to allow startup of a new server. TheTmpAuthenticator.force_new_server
config is removed as no longer relevant as part of this change. - The
TmpAuthenticator.process_user
function is no longer provided for subclasses to override. The configurableAuthenticator.post_auth_hook
can be used to accomplish the same things though.
- BREAKING: Logout current user when new user logs in (removes
force_new_server
) #22 (@yuvipanda) - Fix reference to unbound variable #25 (@yuvipanda)
- setup.py: update author, comment about being founded by Yuvi #48 (@consideratio)
- Add tests, require py38 and jupyterhub 2.3+ #47 (@consideratio)
- Remove process_user and fix support for post_auth_hook #45 (@consideratio)
- docs: backfill changelog for 0.1-0.6, add changelog for 1.0.0 #32 (@consideratio)
- Update CONTRIBUTING.md #24 (@evanlinde)
@evanlinde | @fm75 | @hilhert | @manics | @minrk | @mohirio | @sridhar562345 | @takluyver | @tkw1536 | @willingc | @yuvipanda
0.6 - 2019-05-18
0.5 - 2017-11-02
- Bump version number #9 (@yuvipanda)
- Add MANIFEST.in #8 (@takluyver)
- Respect 'next' parameter after login #6 (@tkw1536)
- Update LICENSE #4 (@fm75)
- Update to work with JupyterHub 0.8 #2 (@yuvipanda)
- Create CONTRIBUTING.md c9db294 (@yuvipanda)
- simplify logic a bit #1 (@minrk)
- Respect force_new_server setting properly 1804b92 (@yuvipanda)
0.4 - 2017-05-08
- Bump package version 6964764 (@yuvipanda)
- Attempt to fix force_new_servers 313b8f2 (@yuvipanda)
- Add a hack to make the force_new_server 'work'4ee14d8 (@yuvipanda)
- Make starting a new server actually stop the old one 6300859 (@yuvipanda)
- Bump version number 45b2062 (@yuvipanda)
0.3 - 2017-05-04
- Add ability for subclasses to modify created user before spawning 8231fda (@yuvipanda)
- Add feature to force a new single-user server each time b7aa546 (@yuvipanda)
0.2 - 2017-05-01
- Version bump 0c81ac0 (@yuvipanda)
- Add .gitignore bed1a79 (@yuvipanda)
0.1 - 2016-12-30
- Initial commit cf52bc2 (@yuvipanda)