loginpass icon indicating copy to clipboard operation
loginpass copied to clipboard

Support for authlib 1.0.0

Open tiwilliam opened this issue 3 years ago • 2 comments

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)

tiwilliam avatar Mar 15 '22 15:03 tiwilliam

Wonder if someone has found a fix for this?

brownmk avatar May 12 '22 03:05 brownmk

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

birkjernstrom avatar May 13 '22 19:05 birkjernstrom