Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 423 Bytes

Node.js Best Practices

This project is created for test and run best practices hello world.

Http Status

401: It's better to used for all unauthorized states (not exist token, user password problem and ...)

To Do List

  1. Use Cookies for Authentiaction [done]
  2. Check User Exist in Database
  3. Use Mongo for Database
  4. Set IsAuthenticated State Globally in React React from Scratch React Global State with Context