uwcirg / jwt-proxy

Reverse proxy for validating JSON Web Tokens
0 stars 1 forks source link

Update dependencies #15

Open Filienko opened 2 months ago

Filienko commented 2 months ago

Added tests and updated dependencies to support newer Python version

Major changes:

With newer pyjwt library, the jwt.encode() function returns a string instead of a byte object. JSONEncoder is changed to DefaultJSONProvider and app.json_encoder = JSONEncoder to the app.json = YourJSONProvider(app)