Skip to content

serbol/passport-jwt-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT authentication with Node.js

Basic JWT authentication REST APIs:

  • Login
  • Register
  • Forgotten password reset
  • Authorization through social networks: Google and Facebook
  • Get user information
  • Get all user information based on authorized user role

Install

  1. Execute npm i
  2. Configure all .env variables (example .env.example)

Run

  1. Execute npm start
  2. Open http://localhost:5000/

Frameworks and libraries:

About

Node.js authorization with passport JWT - boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published