tech/webdev magazine

April 22, 2015

Authenticate a Node.js API with JSON Web Tokens

Wednesday, April 22, 2015 Teklinks

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. Those articles used the session based authentication however, which has problems when we talk about scaling web services and creating an API that can be consumed across many devices and services.

Full article