Skip to content

Identification provider based on OAuth2.0 protocol developed on NestJS

Notifications You must be signed in to change notification settings

MattPoblete/NestOAuthServer

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

ENV example

  # (Password for api endpoints): string
  API_KEY= password

  # (Port where the app will run): number
  APP_PORT= 4001

  # (Environment mode): string
  NODE_ENV= develop

  # (Self url, used to expose well known oid configuration): string (URL)
  OAUTH_ISSUER= https://sample-app.com/oauth

  # (Api core url, used to query user data): string (URL)
  API_CORE_URL= https://sample-app-backend.com/api

  # (DataBase URL): string (MongoDB URL)
  MONGO_DB= mongodb+srv://dbuser:[email protected]/oauth2

  # (JWT sign passphrase): string
  JWT_SECRET= password

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

Identification provider based on OAuth2.0 protocol developed on NestJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published