An open API service indexing awesome lists of open source software.

https://github.com/adedejiosvaldo/full_auth_nestjs

Full Authentication System in NestJs : Authentication (Access token & Refresh token), Authorization (Role, Access) and API Keys
https://github.com/adedejiosvaldo/full_auth_nestjs

authentication authorization nestjs

Last synced: 2 months ago
JSON representation

Full Authentication System in NestJs : Authentication (Access token & Refresh token), Authorization (Role, Access) and API Keys

Awesome Lists containing this project

README

          

Basic Packages to get started with a nestjs project

```
npm i class-validator class-transformer
npm i -D @types/mongoose
npm i mongoose @nestjs/mongoose
npm i @nestjs/config
npm i @nestjs/mapped-types
```