django-oidc-provider/oidc_provider
Maarten van Schaik 893a877b76 Upgrade pyjwkest to version > 1.0.3
There have been some issues in Python 3 where elements of the id_token
were left when encoding the token. Cause was incorrect encoding logic in
pyjwkest. Version 1.0.3 has improved encoding handling.
2015-09-30 17:31:49 +02:00
..
lib Upgrade pyjwkest to version > 1.0.3 2015-09-30 17:31:49 +02:00
management Add missing __init__ file. 2015-07-13 17:18:13 -03:00
migrations Add new migrations. 2015-08-05 14:51:18 -03:00
templates/oidc_provider Remove unnecessary tag in authorize template. 2015-03-19 14:10:30 -03:00
tests Bump version 0.2.0. 2015-09-25 17:24:58 -03:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
admin.py Remove UserInfo from admin.py. 2015-08-05 13:21:17 -03:00
models.py Remove UserInfo Model. 2015-08-05 13:19:53 -03:00
settings.py Add custom user info model feature. 2015-08-11 15:58:52 -03:00
urls.py Add logout view to enable minimal session mgmt 2015-07-24 11:36:45 +02:00
views.py Add token_endpoint_auth_methods_supported to discovery. 2015-07-31 14:59:33 -03:00