mathbookio / mathbook

an online library of tutorials for subjects in mathematics
http://mathbook.io
Mozilla Public License 2.0
8 stars 8 forks source link

Notify User when Session expires and is redirected to Login Page #18

Closed JetJet13 closed 6 years ago

JetJet13 commented 6 years ago

Current State

When a contributor is logged in and the contributor's session expires after some time, any request made to the server that requires an authToken (i.e. edit/preview a tutorial) will immediately redirect the contributor to the login page without displaying some message as to what happened.

Proposal

Have some kind of notification message appear somewhere on the login page when the contributor's session expires and is immediately redirected to the login page. ie) Your session expired. Please log back in to start a new session.

Note: This is more of an enhancement than a feature request.

JetJet13 commented 6 years ago

This has been implemented and is currently in production.