skoruba/IdentityServer4.Admin

Re-login into Admin UI after timeout without losing unsaved changes on the form.

martinklusacek opened this issue · 0 comments

Do you have a solution for the "Duende IdentityServer Admin UI" that would allow users to re-login after their Admin UI session has timed out without losing any unsaved data that they have input into the MVC form that they were on before the timeout?

This is for cookie-based sessions with a sliding expiry that gets extended each time the user interacts with the Admin UI.

Perhaps users could re-enter their credentials into a modal popup while their unsaved changes still exist below the modal popup.