Node.js Express boilerplate for JWT authentication with refresh tokens
Minimal boilerplate implementing JWT-based authentication with refresh tokens using Express and Passport, written in TypeScript. Organized with routes, controllers, token storage, and migration support; suited for REST APIs and backend services that require token-based auth and refresh flows.
0