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

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".

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
```