- Providers concept implemented. It's now possible to handle multiple secret keys and define custom callbacks and redirect URLs per provider. See the docs for more. - Better example project. - Better documentation.
1.3
--- 2013-12-21
- Make it possible to add additional data to the signed request by providing an additional ``extra`` argument. - Reflect the new functionality in Django app. - Better documentation.
1.2
--- 2013-12-17
- Optionally storing the authentication tokens into the database, when used with Django auth backend. - Optionally checking, if signature token has already been used to log into Django. If so, ignoring the login attempt. A management command is added to purge old signature data. - Demo (quick installer) added.
1.1
--- 2013-12-14
- Class based views validation decorator added. - Authentication backend for Django based on authentication tokens generated with ``ska``.