jwt-pwn
jwt-pwn copied to clipboard
Security Testing Scripts for JWT
Results
2
jwt-pwn issues
Sort by
recently updated
recently updated
newest added
I encountered the following problems when using “jwt-any-to-hs256.py”。I don't know this problem's reason,can you help me?
#fix this error by including this code or whichever algorithm needs to be specified. But it is safer to not hard code. Always. decoded_token = jwt.decode(jwt_token, secret_key, algorithms=["HS256"])