fedora-infra/flask-oidc

Attempt to refresh tokens rather than redirecting to logout

Closed this issue · 0 comments

In the old version of flask-oidc, on expiry of the token it'll attempt a refresh then redirect if it was unable to. In the v2 authlib version it doesn't attempt a refresh. This presents a frustrating user experience for users with short lived tokens.