OIDC Lite is an OIDC compliant authentication solution designed to offer a balance of necessary features from FusionAuth while ensuring efficient resource management and keeping things light weight.
- OIDC compliant authentication
- Multi Tenant Approach
- Efficient memory utilization
- Simplified setup
Please refer to Docs for more info about this service.
Clone the repository on your machine using
git clone https://github.com/bharatsahaiyak/bhasai-auth-service
$ yarn install
cp .env.example .env
npx prisma migrate dev
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
OIDC Lite is MIT licensed.