node-api-boilerplate icon indicating copy to clipboard operation
node-api-boilerplate copied to clipboard

Implement authentication with JWT

Open talyssonoc opened this issue 3 years ago • 1 comments

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.

talyssonoc avatar Oct 04 '21 15:10 talyssonoc

This is being addressed together with #97

brunohcastro avatar Jun 01 '22 13:06 brunohcastro