Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 382 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 382 Bytes

JWT authentication template for MERN

  • Login, registration, logout, and checking user's authentication status.
  • Storing authenticated users in global context. 
  • Checking if a user is logged in based on their HTTP-only cookie/JWT token. 
  • Protecting routes for authenticated users only. 
  • Redirecting users and conditional rendering based on their authentication status.