https://github.com/auth0-blog/nestjs-authorization
Starter NestJS project to follow along "The Complete Guide to NestJS API Authorization with Auth0".
https://github.com/auth0-blog/nestjs-authorization
auth0 identity nest nestjs nestjs-backend security
Last synced: about 1 month ago
JSON representation
Starter NestJS project to follow along "The Complete Guide to NestJS API Authorization with Auth0".
- Host: GitHub
- URL: https://github.com/auth0-blog/nestjs-authorization
- Owner: auth0-blog
- Created: 2020-06-16T00:41:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T00:44:39.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T05:23:29.724Z (3 months ago)
- Topics: auth0, identity, nest, nestjs, nestjs-backend, security
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NestJS Security: Authorization Tutorial
[Nest](https://github.com/nestjs/nest) framework TypeScript starter app.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```