jwts-in-python
jwts-in-python copied to clipboard
Check out how to create and validate JWTs in Python
Results
1
jwts-in-python issues
Sort by
recently updated
recently updated
newest added
[This example](https://github.com/auth0-blog/jwts-in-python/blob/67e09857d7c5fc8cf47bbada2fbafacabcca6f52/examples/verify_jwt_hs256.py#L11) has a serious security concern. If the advice is followed, it can leave the server open to attack. [The article](https://auth0.com/blog/how-to-handle-jwt-in-python/) is a good overview of JWT and how...