Skip to content
/ auth Public

Boilerplate for authentification with ExpressJS & JWT

Notifications You must be signed in to change notification settings

saraileon/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth

Boilerplate for authentification with ExpressJS & JWT. Handles Routes:

  • /
  • /signin
  • /signup

Setup

  • Add to the root folder a config.js file with the following

    module.exports = { secret: YOUR_SECRET_HERE };

Based on the code by @StephenGrider

Releases

No releases published

Packages

No packages published