https://github.com/defi0x1/jwt-nestjs
Example usage jwt in nestjs
https://github.com/defi0x1/jwt-nestjs
authorization jwt nestjs
Last synced: 2 months ago
JSON representation
Example usage jwt in nestjs
- Host: GitHub
- URL: https://github.com/defi0x1/jwt-nestjs
- Owner: defi0x1
- Created: 2023-03-11T06:27:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T02:54:04.000Z (almost 3 years ago)
- Last Synced: 2025-06-26T06:45:59.322Z (12 months ago)
- Topics: authorization, jwt, nestjs
- Language: TypeScript
- Homepage:
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JWT NestJs
## Installation
```bash
$ pnpm install
```
## Running the app
```bash
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
```
Database: [Mongo Cloud](https://cloud.mongodb.com)