Skip to content
/ sIDP Public

SimpleIDP (sIDP) is a tiny, ready-to-use Identity Provider, built on top of Nest.js framework

License

Notifications You must be signed in to change notification settings

ehystiv/sIDP

Repository files navigation

sIDP

Description

SimpleIDP (sIDP) is a tiny, ready-to-use Identity Provider, built on top of Nest.js framework

Installation

Start cloning this repo on your machine, then install dependencies (pnpm is higly recommended)

$ npm install
$ yarn install
$ pnpm install

For developing experience, if you already know how to use devcontainer, maybe you want to use it, a configuration is ready to use.

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

License

sIDP is under GNU GPLv3 license.

About

SimpleIDP (sIDP) is a tiny, ready-to-use Identity Provider, built on top of Nest.js framework

Topics

Resources

License

Stars

Watchers

Forks