Skip to content

Repository files navigation

Authentication Service API

A NestJS-based authentication service with JWT token support and refresh token mechanism using Prisma ORM.

Features

  • User registration and login
  • JWT-based authentication
  • Refresh token mechanism
  • Secure password hashing using bcrypt
  • SQLite database (configurable for MySQL/PostgreSQL)

Prerequisites

  • Node.js
  • pnpm package manager
  • SQLite (or MySQL/PostgreSQL)

Installation

$ pnpm install

Execution du projet

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Documentation

Documentation is available in the following language:

About

A NestJS-based authentication service with JWT token support and refresh token mechanism using Prisma ORM.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages