p15r / distributey

distributey acts as intermediary between a key consumer and a key service. It receives requests from the key consumer, fetches the key material from the key service and sends back JWE-wrapped (RFC7516) responses.

Home Page:https://github.com/p15r/distributey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use flask-jwt-extended instead of pyJWT?

p15r opened this issue · comments

Does the use of pyJWT mean to re-invent the wheel?

Keep pyJWT for now. It is simple and flexible.