GitHunt
BS

bsitruk/nodejs-auth

Implementation of node.js authentication with social login โœŒ๏ธ, user impersonation ๐Ÿ’…, and no passport.js required ๐Ÿ’

Node.js Authentication

Implementation of node.js authentication with social login โœŒ๏ธ, user impersonation ๐Ÿ’…, and no passport.js required ๐Ÿ’

This is the example repository from the blog post '๐Ÿ›‘ You don't need passport.js - Guide to node.js authentication โœŒ๏ธ'

Please read the blog post in order to have a good understanding of the server architecture.

Development

We use node version 10.15.0

nvm install 10.15.0
nvm use 10.15.0

The first time, you will need to run

npm install

Then just start the server with

npm run start

It uses nodemon for livereloading :peace-fingers:

Languages

TypeScript100.0%

Contributors

Created October 30, 2019
Updated October 30, 2019
bsitruk/nodejs-auth | GitHunt