Authenticate a Node.js API with JSON Web Tokens Sep 23, 2015 Authentication is one of the big parts of every application. Security is always something that is changing and evolving. In the past, we have gone over Node authentication using the great Passport npm package. view source Advertisement