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
- Host: GitHub
- URL: https://github.com/adedejiosvaldo/full_auth_nestjs
- Owner: Adedejiosvaldo
- Created: 2024-01-20T20:02:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T17:45:30.000Z (over 2 years ago)
- Last Synced: 2025-03-11T04:55:53.999Z (over 1 year ago)
- Topics: authentication, authorization, nestjs
- Language: TypeScript
- Homepage:
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```