node-api-base icon indicating copy to clipboard operation
node-api-base copied to clipboard

Use Passport.js to authenticate users

Open kevquincke opened this issue 6 years ago • 0 comments

Passport.js (http://www.passportjs.org/) is a great library to handle authentication instead of doing it by hand using JWT.

It would be great to use Passport to authenticate users, and it'll add the possibility to add Facebook, Gmail, etc as strategies in the future.

kevquincke avatar Nov 07 '18 22:11 kevquincke