SimpleIDP (sIDP) is a tiny, ready-to-use Identity Provider, built on top of Nest.js framework
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.
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - Stefano Bichicchi
sIDP is under GNU GPLv3 license.