summaryrefslogtreecommitdiff
path: root/jwt/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Add JWK support for HMAC and RSA keysadd-jwk-for-hmac-rsaMark Adams2016-08-281-0/+46
* Fix python3 and pep8 issuesesneider2015-05-131-2/+2
* Fix the ECDSA signature serialization format when using cryptographyesneider2015-05-131-0/+40
* Created merge_dict utility functionMark Adams2015-04-121-0/+13
* Fixed a couple of anomalies after the last rebase.Mark Adams2015-01-181-27/+0
* Fixed some style issues (reordered imports, removed unused imports, PEP8, etc.)Mark Adams2015-01-181-0/+2
* Created utils.py to hold functions like constant_time_compare and base64-enco...Mark Adams2015-01-181-0/+39