This project is created for test and run best practices hello world.
401: It's better to used for all unauthorized states (not exist token, user password problem and ...)
- Use Cookies for Authentiaction [done]
- Check User Exist in Database
- Use Mongo for Database
- Set IsAuthenticated State Globally in React React from Scratch React Global State with Context