django-oidc-provider/oidc_provider/lib
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
..
endpoints Merge pull request #31 from ByteInternet/nonce-in-id-token 2015-07-10 10:29:55 -03:00
utils Convert times to int 2015-07-15 12:06:02 +02:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
claims.py Add urllib and change iteritems() with items(). 2015-07-01 16:43:35 -03:00
errors.py Add urllib and change iteritems() with items(). 2015-07-01 16:43:35 -03:00