django-oidc-provider/oidc_provider
Brice Gelineau 975eb0163f Fix timestamps computing in tokens
The timestamp of timezone-aware datetimes was offset by the value of their timezone.
2016-11-30 15:23:11 +01:00
..
lib Fix timestamps computing in tokens 2016-11-30 15:23:11 +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 Fix timestamps computing in tokens 2016-11-30 15:23:11 +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 Initial Session Management version. 2016-10-28 15:25:52 -03:00
urls.py Fix urls and names. 2016-11-01 12:15:48 -03:00
views.py Fix urls and names. 2016-11-01 12:15:48 -03:00