• Stars
    star
    259
  • Rank 157,669 (Top 4 %)
  • Language
    TypeScript
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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: