- Forgot to add a changelog to the previous release
1.6
---
- Allow setting (optional) came_from value with url parameter - Switch to SignedCookieSessionFactory
1.5
---
- Added `success` to the login view response, to state whether the login attempt was successful, and whether the user should be considered as logged-in. - Added support for the new backgroundColor option, to change the color of the login dialog.
1.4
---
- Changed the login views and the javascript code to implemente mozilla recommended practices. `logout` is now called after an error in the login view, and the format of the login view has changed.
1.3.1
-----
- Made all views not required any permission even if a default permission is set.
1.3
---
- Depends on pyramid 1.4 - Added some real docs - Added documentation on how to do extra work at login, and made the internal changes for it to work. - Added logging in case of failed login. - Switched to a AuthTktAuthenticationPolicy so that the login doesn't expire with the session.