Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for authlib 1.0.0 #94

Closed
tiwilliam opened this issue Mar 15, 2022 · 2 comments
Closed

Support for authlib 1.0.0 #94

tiwilliam opened this issue Mar 15, 2022 · 2 comments

Comments

@tiwilliam
Copy link

Flask is currently broken since a fresh install will install authlib 1.0.0.

python3.10/site-packages/loginpass/_flask.py:83: in register_to
    from authlib.integrations.flask_client import FlaskRemoteApp
E   ImportError: cannot import name 'FlaskRemoteApp' from 'authlib.integrations.flask_client' (python3.10/site-packages/authlib/integrations/flask_client/__init__.py)
@brownmk
Copy link

brownmk commented May 12, 2022

Wonder if someone has found a fix for this?

birkjernstrom added a commit to birkjernstrom/loginpass that referenced this issue May 13, 2022
Use FlaskOAuth2App instead of FlaskRemoteApp since authlib 1.0.0
refactored accordingly and removed FlaskRemoteApp.
@birkjernstrom
Copy link

Ran into the same issue today so investigated and found the issue. Created a PR.

@tiwilliam tiwilliam closed this as not planned Won't fix, can't repro, duplicate, stale Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants