{"id":15209142,"url":"https://github.com/ebrahimmfadae/openid-connect-app","last_synced_at":"2026-03-09T18:34:33.331Z","repository":{"id":40632674,"uuid":"413310277","full_name":"ebrahimmfadae/openid-connect-app","owner":"ebrahimmfadae","description":"Sample project for implementing OIDC server with a web application and an API service.","archived":false,"fork":false,"pushed_at":"2023-09-14T21:22:58.000Z","size":1011,"stargazers_count":37,"open_issues_count":1,"forks_count":18,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T07:43:20.749Z","etag":null,"topics":["api","authorization-server","ejs","koa","mongodb","oauth2","openid-connect","password-grant","resource","resource-server","service"],"latest_commit_sha":null,"homepage":"","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/ebrahimmfadae.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":"2021-10-04T07:05:19.000Z","updated_at":"2025-03-25T13:53:59.000Z","dependencies_parsed_at":"2025-02-14T10:42:12.140Z","dependency_job_id":null,"html_url":"https://github.com/ebrahimmfadae/openid-connect-app","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ebrahimmfadae/openid-connect-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebrahimmfadae%2Fopenid-connect-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebrahimmfadae%2Fopenid-connect-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebrahimmfadae%2Fopenid-connect-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebrahimmfadae%2Fopenid-connect-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebrahimmfadae","download_url":"https://codeload.github.com/ebrahimmfadae/openid-connect-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebrahimmfadae%2Fopenid-connect-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265820065,"owners_count":23833558,"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":["api","authorization-server","ejs","koa","mongodb","oauth2","openid-connect","password-grant","resource","resource-server","service"],"created_at":"2024-09-28T07:21:35.907Z","updated_at":"2026-03-09T18:34:28.299Z","avatar_url":"https://github.com/ebrahimmfadae.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenID Connect App\n\n\u003cp\u003e\n    \u003ca href=\"https://github.com/ebrahimmfadae/openid-connect-app/blob/main/LICENSE\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"Released under the MIT license.\" /\u003e\n    \u003c/a\u003e\n    \u003ca\u003e\n        \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" alt=\"PRs welcome!\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/ebrahimmfadae/openid-connect-app/last-commit\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/last-commit/ebrahimmfadae/openid-connect-app? style=flat-square\" alt=\"Last commit\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/ebrahimmfadae/openid-connect-app/issues\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/issues/ebrahimmfadae/openid-connect-app? style=flat-square\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp\u003e\n  Sample project for implementing \u003cb\u003eOIDC\u003c/b\u003e server with a web application and an API service.\n\u003c/p\u003e\n\n## Article reference\n\nThis repository is associated with an article series that provides a step-by-step guide on implementing OIDC ([OpenID Connect 1.0](https://openid.net/specs/openid-connect-core-1_0.html)) with Node.js, TypeScript, and MongoDB:\n\n-   [Series: Implementing OpenID with Node.js, TypeScript, and MongoDB - A Step-by-Step Guide](https://dev.to/ebrahimmfadae/setup-openid-with-nodejs-and-mongodb-451j)\n-   [Part I: Developing Simple OpenID Authorization Server with Node.js \u0026 Typescript](https://dev.to/ebrahimmfadae/develop-an-openid-server-with-nodejs-typescript-9n1)\n-   [Part II: Persisting OpenID Server Data on MongoDB with Node.js](https://dev.to/ebrahimmfadae/persist-openid-server-data-with-mongodb-5f95)\n-   [Part III: Adding Resource Server Authorization to OpenID with Node.js](https://dev.to/ebrahimmfadae/add-a-resource-server-to-an-openid-provider-noo)\n-   [Part IV: Configuring OpenID Security Settings in Node.js](https://dev.to/ebrahimmfadae/openid-security-configuration-4nn8)\n\n## Project requirements\n\nThe project has been developed and tested in the following environment:\n\n```\n$ node -v\nv18.17.1\n\n$ yarn -v\nv3.6.3\n\n$ docker --version\nDocker version 20.10.7, build f0df350\n\n$ docker compose version\nDocker Compose version v2.15.1\n```\n\n## Getting started\n\n**Install dependencies** Open a terminal and run the following command to install the project dependencies:\n\n```\n$ yarn install\n```\n\n**Run containers** Start the project containers by running the command:\n\n```\n$ yarn compose:up\n```\n\nYou can see the front end by navigating to [http://localhost:3005](http://localhost:3005) with your browser.\n\n**Stop containers** When you're done using the application, stop the containers by running the command:\n\n```\n$ yarn compose:down\n```\n\n## How to contribute\n\nIf you have any suggestions or want to propose code changes, you can open an issue or create a pull request with your proposed changes. Feel free to make any further adjustments or additions to the README to suit your project's specific requirements and conventions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febrahimmfadae%2Fopenid-connect-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febrahimmfadae%2Fopenid-connect-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febrahimmfadae%2Fopenid-connect-app/lists"}