PlaidWeb / Authl

A library for managing federated identity
MIT License
36 stars 4 forks source link

Allow working with Flask 2.0 #96

Closed fluffy-critter closed 3 years ago

fluffy-critter commented 3 years ago

Some of the upstream dependencies from Authl block other things from upgrading Flask; in particular, Itsdangerous (which doesn't appear to have any API changes that affect Authl).

The Authl-Flask wrapper should remain compatible with Flask 1.1 (but I don't believe there's any reason to specifically make use of the Flask 2.x API additions).