django-oidc-provider/oidc_provider/lib/endpoints
John Kristensen 2f54e53766 Ensure client redirect URIs with query strings work
In some cases a client will provide a redirect URI with a query string.
In these cases the client redirect URI should still still match a
registered redirect URI and not result in a failure.
2016-04-13 22:29:21 +10:00
..
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
authorize.py First intent to implement PKCE. 2016-04-06 18:03:30 -03:00
token.py Ensure client redirect URIs with query strings work 2016-04-13 22:29:21 +10:00