Article from Bruno Godefroy
Secure a Koa API With a JWT Token
November 21, 2016Bruno Godefroy6 min read

Koa is the “new” all the rage framework used with NodeJS. This guide aims at explaining how to set up efficiently an API protected with a JWT token. What we want to have at the end of this tutorial is an API protected from unauthenticated users. We will use a JWT token to authenticate our users…
Continue reading →