puiterwijk / flask-oidc

OpenID Connect support for Flask
BSD 2-Clause "Simplified" License
154 stars 217 forks source link

Deprecated oauth2client #138

Open LenkaSeg opened 2 years ago

LenkaSeg commented 2 years ago

Flask-oidc is using oauth2client: https://github.com/googleapis/oauth2client which seems to be deprecated, reasons here: https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html

It would be probably a good idea to substitute oauth2client with another authentication library (maybe (authlib)[https://github.com/lepture/authlib]?)

Any proposals/ideas/comments?

@puiterwijk

bnavigator commented 2 years ago

Note that most recent Flask and Werkzeug have changes incompatible with legacy oauth2client

Conan-Kudo commented 2 years ago

Flask-OIDC development has moved to https://github.com/fedora-infra/flask-oidc

mcepl commented 2 years ago

What about this ticket?