NestJS TypeScript starter for JWT-based authentication with Redis session store
Starter project implementing authentication in NestJS without Passport, using bcrypt for password hashing, JWT for tokens, TypeORM with MySQL for persistence, and Redis for session/token storage. It includes registration, login, profile retrieval, logout and Docker-based development; suitable for REST API backends and web or SaaS applications that need token-based authentication.
0