summaryrefslogtreecommitdiff
path: root/jwt/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Add complete types to take all allowed keys into account (#873)Viicos2023-04-161-4/+4
* Make mypy configuration stricter and improve typing (#830)Aarni Koskela2022-12-101-17/+13
* Mypy as pre-commit check + api_jws typing (#787)Julian Maurin2022-08-031-2/+2
* chore: fix lint errorsJosé Padilla2022-05-151-1/+1
* Merge pull request from GHSA-ffqj-6fqr-9h24José Padilla2022-05-121-0/+61
* Chore: inline Variables that immediately Returned (#690)Yasser Tahiri2021-10-031-3/+2
* Prefer ModuleNotFoundError over ImportError (#565)Jon Dufresne2020-12-211-1/+1
* Simplify from_base64url_uint() (#570)Jon Dufresne2020-12-211-4/+1
* Type hint jwt.utils module (#564)Jon Dufresne2020-12-201-10/+12
* Split PyJWT/PyJWS classes to tighten type interfaces (#559)Jon Dufresne2020-12-191-1/+1
* Replace merge_dict() with builtin dict unpacking generalizations (#555)Jon Dufresne2020-12-171-13/+0
* Tighten bytes/str boundaries and remove unnecessary coercing (#547)Jon Dufresne2020-12-171-9/+0
* Remove unnecessary compatibility shims for Python 2 (#498)Jon Dufresne2020-06-191-8/+17
* DX Tweaks (#450)José Padilla2019-10-211-17/+18
* Require cryptography >= 1.0, replace deprecated functionRan Benita2016-12-171-3/+3
* 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