Issues
- 4
Please, add an ES256 example in Usage Examples
#989 opened by oza4h07 - 4
Replace flake8 with ruff
#996 opened by cleder - 4
Implement sub and jti check
#959 opened by eddy2by4 - 1
Consider adding `kid` jwt header by default
#976 opened by adamJLev - 5
Security scan flags up the token being printed
#933 opened by CynanX - 2
Incompatibility Issue: pyjwt==2.8.0 with cryptography==43.0.0 causes jwt.exceptions.PyJWKSetError
#966 opened by CherryNick - 0
Document `leeway` for negative values
#988 opened by luigibertaco - 6
Error `TypeError: ECPublicKey.verify() takes 3 positional arguments but 4 were given` while using `jwt.decode`
#964 opened by cemysf - 0
Expose jwt.api_jws.PyJWS.get_algorithms
#984 opened by iivanov-qb - 0
- 2
Using PYJWKClient.get_signing_key_from_jwt(), getting a 'Expecting a PEM-formatted key' error.
#957 opened by jmarshall9120 - 4
- 5
- 1
jwk_from_pem not found in jwt
#962 opened by crspencer11 - 1
Get signing alg from JWT header
#961 opened by vgnshiyer - 3
jwt.decode returns Attribute error ('str' object has no attribute 'decode') for version 2.6.0
#877 opened by Diwura - 3
Consider cryptography 42.x.x new validation
#948 opened by amolinaalvarez - 1
- 2
- 2
- 1
Decoding fails with "Invalid payload string: must be a json object" when the JSON is an array
#945 opened by puc9 - 1
There should be a check on the type of algorithms in signature verification
#944 opened by CharString - 1
Remove algorithm parameter overwrite in PyJWS.encode
#943 opened by EnriGaci - 3
Got error: Algorithm 'ES256' could not be found. Do you have cryptography installed?
#941 opened by denisshvayko - 3
Migration guide for python-jose users
#942 opened by lsmith77 - 3
sharing namespace jwt conflict, is this possible to prevent, pip install pyJWT give no warning
#938 opened by fenchu - 4
- 2
Why not sort_keys during json.dump ?
#919 opened by joshgc - 5
Feature request: public function to validate claims
#912 opened by ericbn - 1
Cryptography generated EC key is invalid
#925 opened by sebbegg - 3
Please stop validating that `iat <= now` by default
#939 opened by vergenzt - 1
options verify_exp not working
#937 opened by itsMGA - 4
- 5
The JWKS endpoint did not return a JSON object when keys are found in the cache
#914 opened by jaferrando - 1
- 1
Unable to catch errors using flask @app.errorhandler
#920 opened by yuqiuwen - 2
PyJWT in docker
#899 opened by wuwenhao0508 - 7
- 3
I can change a token number and not break decode
#901 opened by aiuoe - 2
verify_exp argument is ignored using pyjwt 2.8.0
#908 opened by lorenzocelli - 5
Invalid header padding
#890 opened by johnmba - 1
set timeout value when using urllib.request
#907 opened by kartheek148 - 0
pyjwt error in aws - Error: Fail to fetch data from the url, err: "<urlopen error [Errno -5] No address associated with hostname>"
#906 opened by pskacct - 8
JWT API: Offer a "strict audience" mode?
#894 opened by woodruffw - 4
Not reproductible encoding between versions?
#871 opened by christophehenry - 1
Better doc and/or examples for caching
#882 opened by matthewcummings - 1
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate
#892 opened by michaelhenry - 3
JWT decode requires audience
#870 opened by ddtxra - 3
Support returning `Algorithm.to_jwk(key)` as dict
#880 opened by fluxth - 1
When using RS512, the library attempts to call verify on an `_RSAPrivateKey` object from `cryptography`
#879 opened by mrussek