SoyAndresTrujillo / backend-project-pia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js MongoDB – User Authentication & Authorization example with JWT & Mongoose

User Registration, User Login and Authorization process.

The diagram shows flow of how we implement User Registration, User Login and Authorization process.

jwt-token-authentication-node-js-example-flow

You may need to implement Refresh Token:

jwt-refresh-token-node-js-example-flow

Project setup

npm install

Run

node server.js

About


Languages

Language:JavaScript 100.0%