lemur/lemur/auth
Roi Martin 41d1fe9191 Using UTC time in JWT token creation (#354)
As stated in PyJWT's documentation [1] and JWT specification [2][3], UTC
times must be used. This commit fixes JWT decoding in servers not using
UTC time.

[1] https://pypi.python.org/pypi/PyJWT/1.4.0
[2] https://tools.ietf.org/html/rfc7519#section-4.1.6
[3] https://tools.ietf.org/html/rfc7519#section-2
2016-06-13 11:18:07 -07:00
..
__init__.py initial commit 2015-06-22 13:47:27 -07:00
permissions.py Making roles more apparent for certificates and authorities. (#327) 2016-05-20 12:48:12 -07:00
service.py Using UTC time in JWT token creation (#354) 2016-06-13 11:18:07 -07:00
views.py Closes #216 2016-04-01 16:54:33 -07:00