pyjwt icon indicating copy to clipboard operation
pyjwt copied to clipboard

JSON Web Token implementation in Python

Results 49 pyjwt issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for this project @jpadilla . It's great. There are some changes that have already landed in `master` branch that I'm interested in having published as a new version...

This is a stab at addressing the issue discussed here: [Consider cryptography 42.x.x new validation #948](https://github.com/jpadilla/pyjwt/issues/948) All I did is raise a `InvalidKeyError` when there is a ValueError and `return...

keep

In `cryptography` `42.x.x`, this library introduces a new parsing validation that raises a `ValueError` when `load_pem_public_key` is called with an invalid `PEM`. This affects the `JWS` decode function, as `PyJWT`...

I implemented a minimal example for this library on my FastAPI app. However, I do not know how to add the JWT_SECRET to the JWT instance using library objects. ##...

I've seen that the python 3.12 support has already been added to the main branch, but not yet release. when can we expected it? we'd much appreciate it!

I am somewhat new to contributing to a python library, and I am not sure if the code I'm supplying is needed/wanted-by/appropriate-for this project. If there is already a suggested...

Here's the set up for decoding a token from an AWS sandbox. There are no real resources to abuse here. I can tear down the sandbox once the issue is...

updates: - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.0)

Hello, As per the jwt.org site, our library does not fully support all checks. https://jwt.io/libraries?language=Python Do we have a timeline for when sub and jti check might be implemented? Thanks