A simple authentication flow using vanilla JS and localStorage, simulating a middleware to control which routes need authentication and which don't
Contains:
- Login
- Register
- Logout
- Simple middleware (simulating a token, after login take a look at your local storage to better understand)
- CRUD page
Project based on Teacher Fernando Leonid CRUD, here's the repository and the video for those who want to check it out:
Repo => https://github.com/fernandoleonid/mini-projetos-js/tree/master/08-crud