Skip to content

Releases: RealGeeks/django-admin-oauth2

v1.3.4: bugfix for django2+

16 Jul 17:17
Compare
Choose a tag to compare
Bugfix: is_anonymous is an attribute in Django2.0+. Bump version

v1.3.1

12 Jul 14:20
Compare
Choose a tag to compare

Bugfix: Don't try to serialize an AnonymousUser, return an error page instead prompting them to log out.

v1.2.0

06 Jun 15:42
fe90f92
Compare
Choose a tag to compare
Update README.md

v1.1.1

21 May 15:19
Compare
Choose a tag to compare
Fix test

Send redirect URI when exchanging grant for token

16 Aug 03:19
7e2fac9
Compare
Choose a tag to compare

Adds support for python 3, django 1.8, 1.9, 1.10, drop support for python 2.6

15 Aug 22:53
a278501
Compare
Choose a tag to compare

Bugfix: Roundtrip original URL

23 Aug 00:08
Compare
Choose a tag to compare

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

22 Aug 02:52
Compare
Choose a tag to compare

Fix bug where failing ping was not invalidating session immediately, only on the second request.

Bugfix release: Redirect to /login on invalid grant

23 Jun 20:21
Compare
Choose a tag to compare
v0.2.4

Redirect to /login on invalid grant

Minor bugfix release for state verification

21 Jun 03:22
Compare
Choose a tag to compare

Redirect to login page if state mismatches instead of throwing 500