Feb-20-2022, 08:59 AM
I am using PyJWT. I have given public & private keys in JWK format. I need to sign the JWT token. But I didn't see any example where PyJWT is supporting JWK format. Is it possible? My preference is using PyJWT. But I am open to use any other python module if you have one.