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.
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: