https://github.com/sambego/nestjs-auth0-api
The source code for https://www.youtube.com/watch?v=JzndSOAb6SQ
https://github.com/sambego/nestjs-auth0-api
Last synced: 12 months ago
JSON representation
The source code for https://www.youtube.com/watch?v=JzndSOAb6SQ
- Host: GitHub
- URL: https://github.com/sambego/nestjs-auth0-api
- Owner: Sambego
- Created: 2021-07-07T07:53:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T16:12:41.000Z (about 4 years ago)
- Last Synced: 2025-04-12T07:59:31.355Z (about 1 year ago)
- Language: TypeScript
- Size: 175 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This is the end-result from the [YoutTube video](https://www.youtube.com/watch?v=JzndSOAb6SQ) "Secure Your Nest.js API Endpoints with Auth0 in ~10 Minutes"
## Installation
```bash
$ npm install
```
```bash
$ cp .env.sample .env
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Stay in touch
- Author - [Sam Bellen](https://twitter.com/sambego)
- Website - [https://auth0.com](https://auth0.com/developers)
## License
[MIT license](LICENSE).