Reactjs – Why is my auth not persisted in local storage when trying to useNavigate after successful login?
I am currently struggling with refactoring my Auth on a React/Strapi Web App. The webapp in this first draft only provides some content, protected by a login. To realise the login I post credentials to my Strapi backend and want…