demo-oauth-client icon indicating copy to clipboard operation
demo-oauth-client copied to clipboard

Session expiry?

Open conjuncts opened this issue 2 years ago • 0 comments

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?

conjuncts avatar Jun 28 '23 22:06 conjuncts