bonham / trackmanager

GNU General Public License v3.0
2 stars 0 forks source link

Expiring session causing weird behavior for end user #119

Open bonham opened 7 months ago

bonham commented 7 months ago

This has weird effects:

E.g. you have a page open which shows edit buttons ( or menu items which need login ).

Then you perform action - and get 403 .... and unpredicted results.

Either implement kind of heartbeat to check if logged on or consequently perform reauthentication and continue with initially requested transaction

bonham commented 6 months ago

Note: we have "userLoginStore.loggedIn" property for global state of login