django-oidc-provider/oidc_provider/lib/endpoints
Maarten van Schaik 76efb6fc68 Add logout view to enable minimal session mgmt
This implements a very small part of the OIDC session management as
described in
http://openid.net/specs/openid-connect-session-1_0-17.html#rfc.section.5.

It does not implement the full session management (using iframes) and
does not implement the registration and verification of logout redirect
uri's.
2015-07-24 11:36:45 +02:00
..
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
authorize.py Explicitly import the right settings 2015-07-21 15:59:23 +02:00
discovery.py Add logout view to enable minimal session mgmt 2015-07-24 11:36:45 +02:00
token.py Merge branch 'master' of https://github.com/juanifioren/django-oidc-provider into v0.1.0-dev 2015-07-17 11:32:14 -03:00
userinfo.py Refactoring error logging. 2015-06-19 17:46:00 -03:00