django-oidc-provider/oidc_provider/lib
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
..
endpoints Ensure client redirect URIs with query strings work 2016-04-13 22:29:21 +10:00
utils Remplace AES encryption with database. For saving PKCE parameters. 2016-04-07 16:18:47 -03:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
claims.py Add custom user info model feature. 2015-08-11 15:58:52 -03:00
errors.py Refactoring userinfo endpoint. Create decorator "oauth2.protected_resource_view". 2016-02-15 17:13:19 -03:00