{"id":25169687,"url":"https://github.com/sumup/aaguids-go","last_synced_at":"2025-06-13T04:02:49.922Z","repository":{"id":235133912,"uuid":"790091497","full_name":"sumup/aaguids-go","owner":"sumup","description":"Small package mapping AAGUID (security key identifiers) to their respective metadata from the FIDO's Metadata Service (MDS).","archived":false,"fork":false,"pushed_at":"2025-04-10T11:04:32.000Z","size":1582,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-10T12:47:03.210Z","etag":null,"topics":["passkeys","security-key"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sumup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-22T08:47:27.000Z","updated_at":"2025-04-10T11:03:55.000Z","dependencies_parsed_at":"2024-04-22T11:24:52.019Z","dependency_job_id":"d8e0d68d-b834-4a3c-9c1b-0d378cd42102","html_url":"https://github.com/sumup/aaguids-go","commit_stats":null,"previous_names":["sumup/aaguids-go"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumup%2Faaguids-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumup%2Faaguids-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumup%2Faaguids-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumup%2Faaguids-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sumup","download_url":"https://codeload.github.com/sumup/aaguids-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252547129,"owners_count":21765921,"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":["passkeys","security-key"],"created_at":"2025-02-09T08:36:14.102Z","updated_at":"2025-05-05T17:56:32.214Z","avatar_url":"https://github.com/sumup.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AAGUIDS\n\nSmall package mapping AAGUIDs (Authenticator Attestation Global Unique Identifier, an identifier for FIDO2 security keys) to their respective metadata from the [FIDO's Metadata Service (MDS)](https://fidoalliance.org/metadata/).\n\n```go\npackage main\n\nimport (\n  \"fmt\"\n\n  \"github.com/sumup/aaguids-go\"\n)\n\nfunc main() {\n  metadata, _ := aaguid.GetMetadata(\"fbfc3007-154e-4ecc-8c0b-6e020557d7bd\")\n  fmt.Println(metadata.Name)\n}\n```\n\n## Contributing\n\nThe data are obtained from [FIDO Metadata Service](https://fidoalliance.org/specs/mds/fido-metadata-service-v3.0-ps-20210518.html).\n\n\u003e The FIDO Authenticator Metadata Specification defines so-called \"Authenticator Metadata\" statements. The metadata statements contains the \"Trust Anchor\" required to validate the attestation object, and they also describe several other important characteristics of the authenticator. The metadata service described in this document defines a baseline method for relying parties to access the latest metadata statements.\n\n## Glossary\n\nAn **AAGUID** (Authenticator Attestation Global Unique Identifier) is an identifier for FIDO2 security keys.\n\n## Resources\n\n- [Determine the passkey provider with AAGUID](https://web.dev/articles/webauthn-aaguid) guide by Google\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumup%2Faaguids-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumup%2Faaguids-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumup%2Faaguids-go/lists"}