loginpass icon indicating copy to clipboard operation
loginpass copied to clipboard

Fix issue #94: Support for authlib 1.0.0

Open birkjernstrom opened this issue 2 years ago • 0 comments

Changing FlaskRemoteApp to FlaskOAuth2App since authlib 1.0.0 was refactored to:

  • Remove FlaskRemoteApp
  • Used FlaskOAuth2App instead

This was confirmed to work locally. No longer getting an ImportError exception and worked to auth using Github in the flask_example app.

birkjernstrom avatar May 13 '22 19:05 birkjernstrom