Token based authentication in Node.js with Passport, JWT and bcrypt Monday, November 06, 2017 Teklinks nodejs When you develop an API, most of the times you’ll need part or all of its endpoints to require authentication. How to do that using Node.js? A combination of passport.js with JWT and bcrypt is one of the best ways to implement it. Full article Email This BlogThis! Share to X Share to Facebook