A NestJS-based authentication service with JWT token support and refresh token mechanism using Prisma ORM.
- User registration and login
- JWT-based authentication
- Refresh token mechanism
- Secure password hashing using bcrypt
- SQLite database (configurable for MySQL/PostgreSQL)
- Node.js
- pnpm package manager
- SQLite (or MySQL/PostgreSQL)
$ pnpm install# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prodDocumentation is available in the following language: