node-api-boilerplate
node-api-boilerplate copied to clipboard
Implement authentication with JWT
Since JWT is the most used authentication method for APIs nowadays, it would be good to have an implementation of JWT for the boilerplate. It should be reusable across multiple HTTP abstractions (Express, Fastify, ...) with a thin integration layer to plug into a given HTTP abstraction.
This is being addressed together with #97