Releases: RealGeeks/django-admin-oauth2
Releases · RealGeeks/django-admin-oauth2
v1.3.4: bugfix for django2+
v1.3.1
v1.2.0
v1.1.1
Send redirect URI when exchanging grant for token
v1.0.1 bump version
Adds support for python 3, django 1.8, 1.9, 1.10, drop support for python 2.6
v1.0.0 bump version
Bugfix: Roundtrip original URL
Roundtrip original URL accessed through the oauth process so you can go to the URL you requested after the authorization process finishes. Thanks @igorsobreira.
Bugfix: Immediately remove request.user when ping fails
Fix bug where failing ping was not invalidating session immediately, only on the second request.
Bugfix release: Redirect to /login on invalid grant
v0.2.4 Redirect to /login on invalid grant
Minor bugfix release for state verification
Redirect to login page if state mismatches instead of throwing 500