You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do the tokens in these demos expire? For example in flask-google-login/app.py I see that the user info is stored in the session: session['user'] = token['userinfo'], but I don't see any logic that has the webpage logout the user once the token expires. Through what means does authlib verify token validity?
The text was updated successfully, but these errors were encountered:
Do the tokens in these demos expire? For example in flask-google-login/app.py I see that the user info is stored in the session:
session['user'] = token['userinfo']
, but I don't see any logic that has the webpage logout the user once the token expires. Through what means does authlib verify token validity?The text was updated successfully, but these errors were encountered: