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
This might be more of a Flask AppBuilder question, but they don't have discussions enabled there. There is oAuth2 token refreshing and expiration available in Authlib, but I can't see that it's called when hooked into a FAB app. Does anybody know how to hook in to check token expiry on each request in FAB?
Does the session expiry in FAB need to be less than, or equal to the token lifespan?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This might be more of a Flask AppBuilder question, but they don't have discussions enabled there. There is oAuth2 token refreshing and expiration available in Authlib, but I can't see that it's called when hooked into a FAB app. Does anybody know how to hook in to check token expiry on each request in FAB?
Does the session expiry in FAB need to be less than, or equal to the token lifespan?
Beta Was this translation helpful? Give feedback.
All reactions