Twometer / protodesign

Protocol designing application for web
0 stars 0 forks source link

Restore state after session expiration #7

Open daniel-lerch opened 6 years ago

daniel-lerch commented 6 years ago

When Protodesign is still opened but the session has been expired, the user gets redirected to the login screen. But after logging in I would appreciate to be redirected to the originally desired page.

daniel-lerch commented 6 years ago

This issue is even more severe with mobile usage because you can easily loose all your work when a network change makes a reauthorization necessary.

Twometer commented 6 years ago

Network change should not make a reauth neccessary as the session is stored in a cookie. Nevertheless, I'm going to add a "stay logged in" field so that you don't have to reauthorize.

The redirect to the previous page will also be added in an upcoming release.