File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ and then run the tests with the provided script:
8181```
8282
8383## Changelog
84+ * 0.2.3: Redirect to the log if the state is mismatching
8485 * 0.2.2: Redirect to the log if the state goes missing (sometimes people bookmark the login url)
8586 * 0.2.1: Added tests for the ping function and fixed a bug with the session variable name for the ping timestamp.
8687 * 0.2.0: Added support for pinging the auth server to make sure the token is still valid
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'django-admin-oauth2' ,
20- version = '0.2.2 ' ,
20+ version = '0.2.3 ' ,
2121 description = 'A django app that replaces the django admin authentication mechanism by deferring to an oauth2 provider' ,
2222 long_description = README ,
2323 url = 'https://github.com/RealGeeks/django-admin-oauth2' ,
You can’t perform that action at this time.
0 commit comments