{"id":21959755,"url":"https://github.com/hexagon6/svelte-solid-webid-check","last_synced_at":"2026-02-09T09:03:41.501Z","repository":{"id":175693643,"uuid":"654331023","full_name":"hexagon6/svelte-solid-webid-check","owner":"hexagon6","description":"A svelte component to check solid webid urls","archived":false,"fork":false,"pushed_at":"2024-10-21T07:16:24.000Z","size":584,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T16:25:38.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hexagon6.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-06-15T22:35:23.000Z","updated_at":"2024-10-21T07:16:23.000Z","dependencies_parsed_at":"2024-01-26T22:28:43.140Z","dependency_job_id":"b4a8816a-9114-438b-8395-585f347304b7","html_url":"https://github.com/hexagon6/svelte-solid-webid-check","commit_stats":null,"previous_names":["hexagon6/svelte-solid-webid-check"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/hexagon6/svelte-solid-webid-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexagon6%2Fsvelte-solid-webid-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexagon6%2Fsvelte-solid-webid-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexagon6%2Fsvelte-solid-webid-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexagon6%2Fsvelte-solid-webid-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hexagon6","download_url":"https://codeload.github.com/hexagon6/svelte-solid-webid-check/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexagon6%2Fsvelte-solid-webid-check/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29260426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-29T09:32:30.910Z","updated_at":"2026-02-09T09:03:41.483Z","avatar_url":"https://github.com/hexagon6.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @hexagon6/svelte-solid-webid-check\n\n## Purpose\n\nA Svelte component which can do [OpenID Connect Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig).\n\nIt is useful to check where a solid [webId](https://solidproject.org/TR/oidc#concepts-webids) is being [authenticated with a OpenID Connect Identity Provider](https://solid.github.io/webid-profile/#identity-provider).\n\nThis works by reading the contents of /.well-known/openid-configuration as defined in https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig.\n\nThis component can be used to help application developers guide users to set their webId url, for a quick validation on input. It should make it easier to set up a webID-based login for solid applications with svelte / sveltekit.\n\n## Demo\n\nTry [https://webid.fet.li/webid-check](https://webid.fet.li/webid-check/).\n\n\u003e Note: check the console if you want to see the result after clicking on \"set\".\n\n## Example usage\n\n```svelte\n\u003cscript\u003e\n  import WebIdCheck from '@hexagon6/svelte-solid-webid-check'\n\n  let validOIDCEndpoint = ''\n\u003c/script\u003e\n\n\u003cWebIdCheck\n  placeholder={'https://timbl.inrupt.net/profile/card#me'}\n  on:valid-oidc-endpoint={({ detail: { oidcEndpoint } }) =\u003e {\n    validOIDCEndpoint = oidcEndpoint\n  }}\u003e\u003cspan slot=\"confirm\"\u003eshow\u003c/span\u003e\u003c/WebIdCheck\n\u003e\n\nYour solid webId oidc authentication endpoint is {validOIDCEndpoint}\n```\n\nFor more examples check out this repo and check out histoire with `npm run story:dev` or a sveltekit example with `npm run dev`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexagon6%2Fsvelte-solid-webid-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexagon6%2Fsvelte-solid-webid-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexagon6%2Fsvelte-solid-webid-check/lists"}