{"id":28467359,"url":"https://github.com/tdiprima/solid-sentry","last_synced_at":"2025-07-01T07:32:30.904Z","repository":{"id":275593448,"uuid":"884941165","full_name":"tdiprima/Solid-Sentry","owner":"tdiprima","description":"Solid OIDC proof of concept","archived":false,"fork":false,"pushed_at":"2025-02-03T13:42:37.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T07:36:43.321Z","etag":null,"topics":["community-solid-server","inrupt","oidc","webid"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/tdiprima.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-11-07T16:57:18.000Z","updated_at":"2025-02-03T13:42:40.000Z","dependencies_parsed_at":"2025-02-03T14:51:11.457Z","dependency_job_id":null,"html_url":"https://github.com/tdiprima/Solid-Sentry","commit_stats":null,"previous_names":["tdiprima/solid-sentry"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tdiprima/Solid-Sentry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdiprima%2FSolid-Sentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdiprima%2FSolid-Sentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdiprima%2FSolid-Sentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdiprima%2FSolid-Sentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tdiprima","download_url":"https://codeload.github.com/tdiprima/Solid-Sentry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdiprima%2FSolid-Sentry/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262920136,"owners_count":23384609,"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":["community-solid-server","inrupt","oidc","webid"],"created_at":"2025-06-07T07:30:48.003Z","updated_at":"2025-07-01T07:32:30.896Z","avatar_url":"https://github.com/tdiprima.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solid-Sentry\n\nThis project demonstrates a basic implementation of Solid OIDC for secure login and profile access in a web application.\n\n### Overview\n\n1. **Solid OIDC Integration**: The app showcases Solid OpenID Connect (OIDC) integration using `app.js` and `index.html` to handle login and fetch user profiles.\n2. **Login and Session Management**: A login button triggers the OIDC flow with a designated issuer (`https://solidcommunity.net`). Post-login, `app.js` processes the session and, if valid, retrieves basic profile data, such as the user's name.\n3. **Proof of Concept**: This setup serves as a foundational example of authenticating and accessing user data using Solid's framework.\n\n### Setup and Usage\n\n1. **Start the Solid Community Server** (optional for local development):\n\n   ```sh\n   npx @solid/community-server -p 3003 #-c @css:config/file.json\n   ```\n\n2. **Install Dependencies**:\n\n   ```sh\n   npm install @inrupt/solid-client-authn-browser @inrupt/solid-client\n   ```\n\n   - **`@inrupt/solid-client-authn-browser`**: A library for handling authentication in browser-based applications using Solid, helping users log in to Solid pods and handle session management.\n   - **`@inrupt/solid-client`**: A library for interacting with Solid pods, allowing you to read from and write to pod data, manage permissions, and more.\n\n3. **Run the App**:\n\n   ```sh\n   npm start\n   ```\n\nThe app will be accessible on http://localhost:5173/ with OIDC functionality ready for testing.\n\n\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdiprima%2Fsolid-sentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftdiprima%2Fsolid-sentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdiprima%2Fsolid-sentry/lists"}