django-oidc-provider/oidc_provider
2016-12-21 15:58:05 +01:00
..
lib Better tests for errors, disable grant type password by default 2016-12-13 13:40:14 +01:00
locale Fix translations handling 2016-11-24 13:09:19 +01:00
management Update pyjwkest to version 1.3.0. 2016-10-03 12:54:54 -03:00
migrations Re-generate migrations with Python 3. 2016-11-01 12:00:13 -03:00
static/oidc_provider/js Initial Session Management version. 2016-10-28 15:25:52 -03:00
templates/oidc_provider Initial Session Management version. 2016-10-28 15:25:52 -03:00
tests User authentication failure to return 403 2016-12-21 15:58:05 +01:00
__init__.py Improve admin models. 2015-12-04 13:55:04 -03:00
admin.py Add post_logout_redirect_uris for Client model. 2016-10-31 16:36:58 -03:00
apps.py Add new app configuration file. 2015-12-04 13:55:34 -03:00
middleware.py Fix bug in Python 3 using Session Management middleware. 2016-11-04 15:40:35 -03:00
models.py Add post_logout_redirect_uris for Client model. 2016-10-31 16:36:58 -03:00
settings.py Better tests for errors, disable grant type password by default 2016-12-13 13:40:14 +01:00
signals.py Add initial signals logic. 2016-12-01 16:20:34 -03:00
urls.py Fix urls and names. 2016-11-01 12:15:48 -03:00
views.py User authentication failure to return 403 2016-12-21 15:58:05 +01:00