Implement Login Timeout
Opened this issue · 1 comments
jsfrocha commented
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.
guilhermecostalopes commented
Vou desenvolver essa parte @jsfrocha