Search found 2 matches

by koletmp
Wed Mar 16, 2022 10:37 am
Forum: General Discussion
Topic: How to use JWK format with PyJWT lib
Replies: 1
Views: 1395

How to use JWK format with PyJWT lib

I want to use PyJWT module to generate JWT token. The token should be signed by a private key. Problem is I don't have the RSA key in standard format. The private key was given to me in JWK format. I am not able to find any example code where PyJWT is used with JWK key. Is it even supported?

Go to advanced search