Skip to content
/ auth Public

Template for JWT authentication in a MERN app with protected routes

Notifications You must be signed in to change notification settings

jawblet/auth

Repository files navigation

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.

About

Template for JWT authentication in a MERN app with protected routes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages