Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 546 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 546 Bytes

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