issues
search
jpadilla
/
pyjwt
JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.17k
stars
690
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Partial issuer matches instead of InvalidTokenError in 2.10.0
#1020
awoimbee
opened
1 day ago
2
pyjwt 2.10: AttributeError: module 'jwt.exceptions' has no attribute 'PyJWTError'
#1019
stevegerrits
opened
2 days ago
0
[pre-commit.ci] pre-commit autoupdate
#1018
pre-commit-ci[bot]
opened
4 days ago
0
sub must be a string now?
#1017
ChronoDK
opened
5 days ago
11
fix oidc connect flow example
#1015
mluscon
closed
1 week ago
1
Bump codecov/codecov-action from 4 to 5
#1014
dependabot[bot]
closed
1 week ago
1
`JWKClient.get_jwk_set()` raises `http.client.IncompleteRead`
#1013
scotchneat
opened
1 week ago
0
feat: Ability to fetch JWK from`PyJWKSet` based on the token
#1012
henryh9n
opened
1 week ago
2
Prepare 2.10.0 release
#1011
benvdh
closed
1 week ago
1
Add warnings / takeover the PyPi entry for `jwt`
#1010
robbwdoering
opened
3 weeks ago
0
Empty secret is accepted by `encode`
#1009
lacop11
opened
1 month ago
0
Add missing use of "typing.Literal"
#1008
kkirsche
closed
1 month ago
1
Drop support for Python 3.8
#1007
kkirsche
closed
3 weeks ago
0
[pre-commit.ci] pre-commit autoupdate
#1006
pre-commit-ci[bot]
closed
1 week ago
0
Validate `sub` and `jti` claims for the token
#1005
Divan009
closed
1 month ago
2
Validate `sub` and `jti` claims for the token.
#1004
Divan009
closed
1 month ago
0
Add ES256 usage
#1003
Gautam-Hegde
closed
1 month ago
0
Update pre-commit hooks to lint pyproject.toml
#1002
cleder
closed
1 month ago
1
Ruff linter and formatter changes
#1001
gagandeepp
closed
1 month ago
2
[pre-commit.ci] pre-commit autoupdate
#1000
pre-commit-ci[bot]
closed
1 month ago
0
Implemented JWS verifying using JWK
#999
0xSolanaceae
closed
1 week ago
2
Ruff Linter and Formatter changes
#998
gagandeepp
closed
1 month ago
0
Added verifying detached payload JWS with JWK
#997
0xSolanaceae
closed
1 month ago
1
Replace flake8 with ruff
#996
cleder
closed
1 month ago
4
Refactor project configuration files from setup.cfg to pyproject.toml PEP-518
#995
cleder
closed
1 month ago
0
Correct jwt.decode audience param doc expression
#994
peter279k
closed
1 month ago
0
Add EdDSA algorithm encoding/decoding usage
#993
peter279k
closed
1 month ago
2
Add PS256 encoding and decoding usage
#992
peter279k
closed
1 month ago
1
Validate 'sub' and 'jti' claims for the token
#991
Divan009
closed
1 month ago
2
Encode EC keys with a fixed bit length
#990
way-dave
closed
1 month ago
1
Please, add an ES256 example in Usage Examples
#989
oza4h07
closed
1 month ago
4
Document `leeway` for negative values
#988
luigibertaco
closed
2 days ago
1
fix test_utils.py not to xfail
#987
pachewise
closed
1 month ago
1
fix doctest for docs/usage.rst
#986
pachewise
closed
2 months ago
3
Fixes #964: Validate key against allowed types for Algorithm family
#985
pachewise
closed
4 days ago
0
Expose jwt.api_jws.PyJWS.get_algorithms
#984
iivanov-qb
closed
5 days ago
1
[pre-commit.ci] pre-commit autoupdate
#983
pre-commit-ci[bot]
closed
1 month ago
0
docs fix: decode_complete scope and algorithms
#982
RbnRncn
closed
2 months ago
0
Support swapping out the cache backend for JWKClient
#981
rabbit-aaron
closed
2 weeks ago
1
Add API docs for PyJWK
#980
luhn
closed
1 month ago
0
Add JWK support to JWT encode
#979
luhn
closed
1 month ago
0
[pre-commit.ci] pre-commit autoupdate
#978
pre-commit-ci[bot]
closed
2 months ago
0
Add an RTD config file to resolve RTD build failures
#977
kurtmckee
closed
3 months ago
1
Consider adding `kid` jwt header by default
#976
adamJLev
opened
3 months ago
1
Remove algorithm requirement for JWT API
#975
luhn
closed
2 months ago
1
docs: Update `iat` exception docs
#974
pachewise
closed
3 months ago
0
Create SECURITY.md
#973
auvipy
closed
2 months ago
0
Add support for Python 3.13
#972
hugovk
closed
3 months ago
0
[pre-commit.ci] pre-commit autoupdate
#971
pre-commit-ci[bot]
closed
3 months ago
0
chore: use sequence for typing rather than list
#970
imnotjames
closed
3 months ago
2
Next