Express and TypeScript authentication service with JWT and refresh token rotation
A ready-to-use authentication server built with Express and TypeScript that uses JWTs and refresh token rotation to manage user sessions. It uses Prisma with MySQL for persistence and includes email verification, password reset, input validation, and common security middleware. Suited for web or mobile apps needing a standalone authentication API.
0