Sample project with authorization via email and password.
What is implemented:
- Saving a password and email in a browser;
- Saving the session the next time you log in;
- Checking the jwt token for freshness;
- Private routes for authorized users only.
What is used:
- React + Redux;
- JWT token;
- React-router;
- SCSS.
- install node.js
- run in terminal npm install
- run in terminal npm start
- open in browser localhost:3000
- install node.js
- run in terminal npm install
- run in terminal npm run build