- Carl Waldbieser (https://github.com/cwaldbieser)
- Mark Liffiton (https://github.com/liffiton)
- [email protected]
- CAS login handler corrected to handle defered responses.
- CASLocalAuthenticator did not create system users at login-time. Users were only created on Jupyterhub restart.
- Thanks to the following individuals for raising this issue and/or testing!
- Prebagarane Louvois
- Gary Molenkamp
- miguelmarco
- Newer Jupyterhub uses Python native coroutines.
- Added whitelist feature.
- Added CAS logout feature.
- Corrected title in README.
- Include lxml in dependencies; resolves issue #1.
- BUGFIX: Attribute requirements produced error; resolves issue #3.
- Added CASLocalAuthenticator for Just-in-time account creation; see issue #4.