django-oidc-provider/oidc_provider
Brian Rosner afc3a60ee7
Added at_hash when access token is present
This is required by response type "id_token token", but can be
used by other flows if they choose.
2016-08-05 14:00:00 -06:00
..
lib Added at_hash when access token is present 2016-08-05 14:00:00 -06:00
locale tiny translation 2016-07-29 09:07:25 +02:00
management Implementation of RSA Keys using Models. Also providing DOC. 2016-01-25 17:52:24 -03:00
migrations Add date_given to UserConsent model. Add verbose names in models. 2016-06-13 12:15:10 -03:00
templates/oidc_provider Add verbose name and description for scopes. 2016-06-16 17:18:39 -03:00
tests Fix test app urls and templates loaders in settings. 2016-08-04 13:35:27 -03:00
__init__.py Improve admin models. 2015-12-04 13:55:04 -03:00
admin.py Removing print. 2016-04-05 19:08:49 -03:00
apps.py Add new app configuration file. 2015-12-04 13:55:34 -03:00
models.py Added at_hash when access token is present 2016-08-05 14:00:00 -06:00
settings.py Change setting OIDC_USERINFO. 2016-07-07 12:50:27 -03:00
urls.py Remove unused import 2016-08-03 23:44:17 -06:00
views.py Change setting OIDC_USERINFO. 2016-07-07 12:50:27 -03:00