Skip to content

Authentication boilerplates for MERN & GraphQL Projects

Notifications You must be signed in to change notification settings

kazmi066/auth-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Authentication boilerplates for monolith codebase

Introduction

Production ready boilerplates for MERN or Graphql Based Projects.

Context

  • Authentication with JWT and http-only cookies method.
  • Access and refresh token functionality for MERN projects.
  • No styles for LOGIN and REGISTER page (Can be styled according to need)

# React-express

stack being used:

  • express
  • React / context-api
  • Mongodb

# Apollo-React-express

stack being used:

  • apollo-server-express
  • express
  • Mongodb