fief-dev / fief

Users and authentication management SaaS
https://www.fief.dev
Other
486 stars 42 forks source link

Should login session refresh by itself? #351

Closed frankie567 closed 3 months ago

frankie567 commented 3 months ago

Currently login sessions have a limited lifetime. On the OAuth2 flow, if a user is redirected to the login page and then stays idle for a while; the session will expire and an error will be shown. The only solution they have is to go back to the calling application to re-trigger the OAuth2 flow.

In terms of user experience, this is not very good. We have to investigate if: