jawblet / auth

Template for JWT authentication in a MERN app with protected routes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 61.4%Language:SCSS 17.9%Language:CSS 15.7%Language:HTML 4.5%Language:Shell 0.6%