We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c70fb4 + 776d3a4 commit 38ccf58Copy full SHA for 38ccf58
01-Login/requirements.txt
@@ -1,5 +1,5 @@
1
flask
2
python-dotenv
3
requests
4
-authlib
+authlib>=0.14.1
5
six
01-Login/server.py
@@ -12,7 +12,7 @@
12
from flask import render_template
13
from flask import session
14
from flask import url_for
15
-from authlib.flask.client import OAuth
+from authlib.integrations.flask_client import OAuth
16
from six.moves.urllib.parse import urlencode
17
18
import constants
0 commit comments