django-oidc-provider/oidc_provider/lib/endpoints
Maarten van Schaik 7632054aad Add support for redirect_uris with query params
Some clients might add extra parameters to the redirect_uri, for
instance as extra verification if proper state parameter handling is not
supported.

This patch adds proper handling of redirect_uris with query parameters.
2015-07-10 12:22:25 +02:00
..
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
authorize.py Add support for redirect_uris with query params 2015-07-10 12:22:25 +02:00
discovery.py Add Provider Configuration Information endpoint. 2015-03-04 16:24:41 -03:00
token.py Add urllib and change iteritems() with items(). 2015-07-01 16:43:35 -03:00
userinfo.py Refactoring error logging. 2015-06-19 17:46:00 -03:00