django-oidc-provider/oidc_provider/lib/utils
Sjoerd Langkemper 00f30dabbf Convert times to int
Make iat_time, exp_time, auth_time an integer, not a float. The spec
does not explicitly forbit float times, but some clients don't accept
this (mod_auth_openidc), and `timetuple()` has second precision anyway
so we don't loose any information.
2015-07-15 12:06:02 +02:00
..
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
common.py Add Provider Configuration Information endpoint. 2015-03-04 16:24:41 -03:00
params.py Change name of the package. 2015-02-18 15:07:22 -03:00
token.py Convert times to int 2015-07-15 12:06:02 +02:00