In this article, I’ll go over how to create an API server that signs and verifies JSON Web Tokens for authentication.
Some of the technologies this server uses include Koa, JWTs, Knex, SQLite, and bcrypt.
By the end of this article, we’ll have a ful...