{"id":22893513,"url":"https://github.com/techsavvyash/oidc-lite","last_synced_at":"2026-03-09T13:45:08.661Z","repository":{"id":240746997,"uuid":"803382776","full_name":"techsavvyash/oidc-lite","owner":"techsavvyash","description":"Lightweight OIDC based auth service in NestJS","archived":false,"fork":false,"pushed_at":"2024-10-30T19:16:11.000Z","size":9713,"stargazers_count":4,"open_issues_count":19,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T19:11:54.242Z","etag":null,"topics":["authentication","oauth2","oidc"],"latest_commit_sha":null,"homepage":"https://techsavvyash.github.io/oidc-lite/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techsavvyash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-20T16:05:04.000Z","updated_at":"2025-01-09T17:55:46.000Z","dependencies_parsed_at":"2024-05-20T19:15:34.076Z","dependency_job_id":"51d5b754-4f73-4418-bdc6-298e15abc0e7","html_url":"https://github.com/techsavvyash/oidc-lite","commit_stats":null,"previous_names":["techsavvyash/stencil-oidc-wrapper","bharatsahaiyak/oidc-lite","techsavvyash/oidc-lite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techsavvyash%2Foidc-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techsavvyash%2Foidc-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techsavvyash%2Foidc-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techsavvyash%2Foidc-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techsavvyash","download_url":"https://codeload.github.com/techsavvyash/oidc-lite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252940932,"owners_count":21828769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","oauth2","oidc"],"created_at":"2024-12-13T23:14:37.144Z","updated_at":"2026-03-09T13:45:08.628Z","avatar_url":"https://github.com/techsavvyash.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OIDC Lite \n\n[![codecov](https://codecov.io/gh/Zolo-Ryan/stencil-oidc-wrapper/branch/test-Ashu/graph/badge.svg?token=EOQ2P3DIM0)](https://codecov.io/gh/Zolo-Ryan/stencil-oidc-wrapper)\n[![CI](https://github.com/Zolo-Ryan/stencil-oidc-wrapper/actions/workflows/ci.yml/badge.svg)](https://github.com/Zolo-Ryan/stencil-oidc-wrapper/actions/workflows/ci.yml)\n[![Discord](https://img.shields.io/badge/Discord-Join-blue.svg)](https://discord.com/channels/1258287843248308234/)\n\n## Overview\n\nOIDC 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.\n\n## Features\n\n- OIDC compliant authentication\n- Multi Tenant Approach\n- Efficient memory utilization\n- Simplified setup\n\n## Documentation \n\nPlease refer to [Docs](docs/README.md) for more info about this service.\n\n## Local setup\n\n### Clone\n\nClone the repository on your machine using\n```bash\ngit clone https://github.com/bharatsahaiyak/bhasai-auth-service\n```\n\n### Install Dependencies\n\n```bash\n$ yarn install\n```\n\n### Setup Environment\n```bash\ncp .env.example .env\n```\n\n### Create the database file\n\n```bash\ntouch /path/to/sqlitedb/as/per/env\n```\n\n### Run Migrations\n\n```bash\nnpx prisma migrate deploy\n```\n\n### Running the app\n\n```bash\n# development\n$ yarn run start\n\n# watch mode\n$ yarn run start:dev\n\n# production mode\n$ yarn run start:prod\n\n# production mode with migrations\n$ yarn run start:migrate:prod\n```\n\n### Test\n\n```bash\n# unit tests\n$ yarn run test\n\n# e2e tests\n$ yarn run test:e2e\n\n# test coverage\n$ yarn run test:cov\n```\n\n## License\n\nOIDC Lite is [MIT licensed](LICENSE).\n\n## Acknowledgements \n\n### Authors \n- [Utkarsh](https://github.com/Zolo-Ryan)\n- [Aashutosh](https://github.com/Ashu463) \n- [Debatreya](https://github.com/Debatreya)\n \n### Open Source tools: \n- [NestJS](https://nestjs.com/)\n- [Prisma](https://www.prisma.io/) \n- [SQLite](https://www.sqlite.org/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechsavvyash%2Foidc-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechsavvyash%2Foidc-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechsavvyash%2Foidc-lite/lists"}