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:
81
81
```
82
82
83
83
## Changelog
84
+ * 0.2.5: Fix bug where failing ping was not invalidating session immediately, only on the second request.
84
85
* 0.2.4: Redirect to the login if the grant is invalid
85
86
* 0.2.3: Redirect to the login if the state is mismatching
86
87
* 0.2.2: Redirect to the login if the state goes missing (sometimes people bookmark the login url)
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'django-admin-oauth2' ,
20
- version = '0.2.4 ' ,
20
+ version = '0.2.5 ' ,
21
21
description = 'A django app that replaces the django admin authentication mechanism by deferring to an oauth2 provider' ,
22
22
long_description = README ,
23
23
url = 'https://github.com/RealGeeks/django-admin-oauth2' ,
You can’t perform that action at this time.
0 commit comments