jwcrypto

How to use a jwt.io provisioned token with jwcrypto?

How to use a jwt.io provisioned token with jwcrypto? Question: I am trying to use a jwt.io generated JWT within my python code using jwcrypto with some success. I am saying some success because I am able to retrieve the claims (the wrong way) without validating the signature. Here’s my code from jwcrypto import jwt, …

Total answers: 1