Slide 34
Slide 34 text
User Requirements
- Coming back to the login page to be auto-redirected to a post-login landing
page if currently logged in.
- If you already had a login page open - clicking on login button should
through-train into the application.
- Should a user be logged in when they open a different tab in the same
browser?
- Will determine where you store your session token - in localStorage, globalThis, Redux,
Cookies (more work needed)