This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/util/security
Brad Ison 5da8744ddf Reject JWTs with future issued-at times
PyJWT stopped doing this in 1.5.0 because it's not part of the spec,
and there are legitimate reasons to issue future tokens.  We still
want to reject these though as we don't have that need.
2018-02-26 12:55:32 -05:00
..
__init__.py
aes.py
crypto.py
fingerprint.py
instancekeys.py
jwtutil.py Reject JWTs with future issued-at times 2018-02-26 12:55:32 -05:00
registry_jwt.py Refactor auth code to be cleaner and more extensible 2018-02-14 15:35:27 -05:00
signing.py
ssh.py
ssl.py