fedora-infra / flask-oidc

OpenID Connect support for Flask
24 stars 14 forks source link

Update Flask-OIDC itsdangerous to authlib 1.0.1 #4

Closed james02135 closed 2 years ago

james02135 commented 2 years ago

itsdangerous JSONWEBSignatureSerializer is deprecated since version 2.0.0. Flask OIDC uses this in the init.py file which needs to be refactored to use Authlib

Tasks

Success Criteria

davidkirwan commented 2 years ago

We've replaced the JSONWebSignatureSerializer functionality from itsdangerous with an implementation which uses a similar function provided by authlib.