django-oidc
django-oidc copied to clipboard
A Django module for easy OpenID Connect authentication
Hi @derek-pryor , I got this error: **Received state not the same as expected** ``` Request Method: | GET -- | -- http://192.168.1.50:8080/openid/callback/login/?state=Kx4kDQeKx9eIf2yi&code=nJkevjwcvG6TtuXKkH01VttXeduv2CKiO9FcYMFy3w4.041cb6c1-82a6-47cd-b09c-08fcc7a61dbe 1.11.5 TypeError authenticate() argument after ** must...
This: * replaces `except Exception, e` with `except Exception as e` for Py3 support * moves to `django.shortcuts.render` from `render_to_response` for Dj1.10 support * changes the requirement to include Django...