talyssonoc / node-api-boilerplate

DDD/Clean Architecture inspired boilerplate for Node web APIs
https://github.com/talyssonoc/node-api-boilerplate/wiki
MIT License
3.31k stars 540 forks source link

Implement authentication with JWT #92

Open talyssonoc opened 2 years ago

talyssonoc commented 2 years ago

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.

brunohcastro commented 2 years ago

This is being addressed together with #97