Tech4covid19/tools4edu-backoffice

Implement Login Timeout

Opened this issue · 1 comments

Currently the user session expires on the API after 1 hour of being logged in. This causes the requests made to the API after that time to return 403 Forbidden.

Therefore, there is a need to implement some kind of timeout on the Backoffice that clears the localstorage and forces the user to re-login when the session expires.

Vou desenvolver essa parte @jsfrocha