django-oidc-provider/oidc_provider
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
..
lib Add support for redirect_uris with query params 2015-07-10 12:22:25 +02:00
migrations Add migrations for user consent. 2015-06-22 18:40:38 -03:00
templates/oidc_provider Remove unnecessary tag in authorize template. 2015-03-19 14:10:30 -03:00
tests Add support for redirect_uris with query params 2015-07-10 12:22:25 +02:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
admin.py Bump version 0.0.4. 2015-04-22 11:53:19 -03:00
models.py Add UserConsent to models. 2015-06-22 18:42:04 -03:00
settings.py Rename setting. 2015-06-24 12:40:00 -03:00
urls.py Add Provider Configuration Information endpoint. 2015-03-04 16:24:41 -03:00
views.py Rename setting. 2015-06-24 12:40:00 -03:00