{"id":34159918,"url":"https://github.com/n0stack/openid","last_synced_at":"2026-03-10T09:39:25.431Z","repository":{"id":57628647,"uuid":"405292035","full_name":"n0stack/openid","owner":"n0stack","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-20T16:11:29.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-12-18T02:27:46.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/n0stack.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}},"created_at":"2021-09-11T05:27:02.000Z","updated_at":"2021-10-05T04:59:53.000Z","dependencies_parsed_at":"2022-09-26T16:40:13.789Z","dependency_job_id":null,"html_url":"https://github.com/n0stack/openid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/n0stack/openid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0stack%2Fopenid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0stack%2Fopenid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0stack%2Fopenid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0stack%2Fopenid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n0stack","download_url":"https://codeload.github.com/n0stack/openid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0stack%2Fopenid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30328875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: 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":"2025-12-15T08:05:25.571Z","updated_at":"2026-03-10T09:39:25.422Z","avatar_url":"https://github.com/n0stack.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openid\n\n[![Go Reference](https://pkg.go.dev/badge/go.n0stack.dev/lib/openid.svg)](https://pkg.go.dev/go.n0stack.dev/lib/openid)\n\nThis openid repository is a OpenID Connect client library for Golang.\n\n## Usage\n\n```\ngo get -u go.n0stack.dev/lib/openid\n```\n\n**[View the examples here](./examples)**\n\n## Supporting features\n\n- [RFC 6749: The OAuth 2.0 Authorization Framework](https://datatracker.ietf.org/doc/html/rfc6749)\n  - [x] 4.1. Authorization Code Grant\n  - [ ] 4.2. Implicit Grant [DEPRECATED]\n  - [ ] 4.3. Resource Owner Password Credentials Grant [DEPRECATED]\n  - [x] 4.4. Client Credentials Grant\n  - [x] 6. Refreshing an Access Token\n- [RFC 7009: OAuth 2.0 Token Revocation](https://datatracker.ietf.org/doc/html/rfc7009)\n  - [ ] 2. Token Revocation\n- [RFC 7523: JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants](https://datatracker.ietf.org/doc/html/rfc7523)\n  - [ ] 2.1. Using JWTs as Authorization Grants\n  - [x] 2.2. Using JWTs for Client Authentication\n- [RFC 7636: Proof Key for Code Exchange by OAuth Public Clients](https://datatracker.ietf.org/doc/html/rfc7636)\n  - [ ] plain\n  - [x] S256\n- [RFC 7662: OAuth 2.0 Token Introspection](https://datatracker.ietf.org/doc/html/rfc7662)\n  - [ ] 2. Introspection Endpoint\n- [OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html)\n  - [x] 2. ID Token / 3.1.3.7. ID Token Validation / 5.1. Standard Claims\n  - [x] 3.1. Authentication using the Authorization Code Flow\n  - [ ] 3.2. Authentication using the Implicit Flow [DEPRECATED]\n  - [ ] 3.3. Authentication using the Hybrid Flow\n  - [ ] 5.3. UserInfo Endpoint\n  - [x] 10.1.1. Rotation of Asymmetric Signing Keys\n- [OpenID Connect Discovery 1.0](https://openid.net/specs/openid-connect-discovery-1_0.html)\n  - [ ] `/.well-known/webfinger`\n  - [x] `/.well-known/openid-configuration`\n- [OpenID Connect Client-Initiated Backchannel Authentication Flow - Core 1.0](https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html)\n  - [ ] Poll Mode\n  - [ ] Ping Mode\n  - [ ] Push Mode\n- OAuth 2.1\n- Others\n  - [x] `urn:ietf:wg:oauth:2.0:oob` [DEPRECATED]\n    - https://mailarchive.ietf.org/arch/msg/oauth/OCeJLZCEtNb170Xy-C3uTVDIYjM/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn0stack%2Fopenid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn0stack%2Fopenid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn0stack%2Fopenid/lists"}