{"id":21211817,"url":"https://github.com/passageidentity/passage-go","last_synced_at":"2025-07-10T09:31:14.341Z","repository":{"id":39011192,"uuid":"377631921","full_name":"passageidentity/passage-go","owner":"passageidentity","description":"Passkey Complete for Go - Integrate into your Go API or service to enable a completely passwordless standalone auth solution with Passage by 1Password","archived":false,"fork":false,"pushed_at":"2024-11-18T22:37:56.000Z","size":263,"stargazers_count":26,"open_issues_count":5,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-18T23:34:29.956Z","etag":null,"topics":["1password","authentication","biometrics","ciam","go","golang","identity","magic-links","oauth2","oidc","otp","passage","passage-sdk","passkey-complete","passkeys","passwordless","webauthn"],"latest_commit_sha":null,"homepage":"http://docs.passage.id/complete","language":"Go","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/passageidentity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-06-16T21:27:30.000Z","updated_at":"2024-11-15T17:37:31.000Z","dependencies_parsed_at":"2023-02-16T09:25:22.763Z","dependency_job_id":"34e22cd7-7135-4b40-9cf2-a2d5776a9adb","html_url":"https://github.com/passageidentity/passage-go","commit_stats":null,"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/passageidentity","download_url":"https://codeload.github.com/passageidentity/passage-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225629755,"owners_count":17499295,"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":["1password","authentication","biometrics","ciam","go","golang","identity","magic-links","oauth2","oidc","otp","passage","passage-sdk","passkey-complete","passkeys","passwordless","webauthn"],"created_at":"2024-11-20T21:05:30.179Z","updated_at":"2025-07-10T09:31:14.309Z","avatar_url":"https://github.com/passageidentity.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![passage-go](https://storage.googleapis.com/passage-docs/github-md-assets/passage-go.png)\n\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/passageidentity/passage-go)\n![Golang](https://img.shields.io/badge/golang-00ADD8?\u0026style=plastic\u0026logo=go\u0026logoColor=white)\n![GitHub License](https://img.shields.io/github/license/passageidentity/passage-go)\n![Static Badge](https://img.shields.io/badge/Built_by_1Password-grey?logo=1password)\n\n## About\n\n[Passage by 1Password](https://1password.com/product/passage) unlocks the passwordless future with a simpler, more secure passkey authentication experience. Passage handles the complexities of the [WebAuthn API](https://blog.1password.com/what-is-webauthn/), and allows you to implement passkeys with ease.\n\nUse [Passkey Flex](https://docs.passage.id/flex) to add passkeys to an existing authentication experience.\n\nUse [Passkey Complete](https://docs.passage.id/complete) as a standalone passwordless auth solution.\n\nUse [Passkey Ready](https://docs.passage.id/passkey-ready) to determine if your users are ready for passkeys.\n\n### In passage-go\n\nUse passage-go to implement Passkey Complete into your Go backend to authenticate requests and manage users.\n\n| Product                                                                                                                                  | Compatible                                                                                                |\n| ---------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |\n| ![Passkey Flex](https://storage.googleapis.com/passage-docs/github-md-assets/passage-passkey-flex-icon.png) Passkey **Flex**             | ✖️ For Passkey Flex, check out the [Passkey Flex APIs](https://docs.passage.id/flex/apis)                 |\n| ![Passkey Complete](https://storage.googleapis.com/passage-docs/github-md-assets/passage-passkey-complete-icon.png) Passkey **Complete** | ✅                                                                                                        |\n| ![Passkey Ready](https://storage.googleapis.com/passage-docs/github-md-assets/passage-passkey-ready-icon.png) Passkey **Ready**          | ✖️ For Passkey Ready, check out [Authentikit](https://www.npmjs.com/package/@passageidentity/authentikit) |\n\n## Getting Started\n\n### Check Prerequisites\n\n\u003cp\u003e\n You'll need a free Passage account and a Passkey Complete app set up in \u003ca href=\"https://console.passage.id/\"\u003ePassage Console\u003c/a\u003e to get started. \u003cbr /\u003e\n \u003csub\u003e\u003ca href=\"https://docs.passage.id/home#passage-console\"\u003eLearn more about Passage Console →\u003c/a\u003e\u003c/sub\u003e\n\u003c/p\u003e\n\n### Install\n\n```shell\ngo get github.com/passageidentity/passage-go/v2\n```\n\n### Import\n\n```go\nimport (\n  \"os\"\n\n  \"github.com/passageidentity/passage-go/v2\"\n)\n```\n\n### Initialize\n\n```go\npsg, err := passage.New(os.Getenv(\"PASSAGE_APP_ID\"), os.Getenv(\"PASSAGE_API_KEY\"))\n```\n\n### Go Passwordless\n\nFind all core functions, user management details, and more implementation guidance on our [Passkey Complete Go Documentation](https://docs.passage.id/complete/backend-sdks/go) page.\n\n## Support \u0026 Feedback\n\nWe are here to help! Find additional docs, the best ways to get in touch with our team, and more within our [support resources](https://github.com/passageidentity/.github/blob/main/SUPPORT.md).\n\n\u003cbr /\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://storage.googleapis.com/passage-docs/github-md-assets/passage-by-1password-dark.png\"\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://storage.googleapis.com/passage-docs/github-md-assets/passage-by-1password-light.png\"\u003e\n      \u003cimg alt=\"Passage by 1Password Logo\" src=\"https://storage.googleapis.com/passage-docs/github-md-assets/passage-by-1password-light.png\"\u003e\n    \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003csub\u003ePassage is a product by \u003ca href=\"https://1password.com/product/passage\"\u003e1Password\u003c/a\u003e, the global leader in access management solutions with nearly 150k business customers.\u003c/sub\u003e\u003cbr /\u003e\n    \u003csub\u003eThis project is licensed under the MIT license. See the \u003ca href=\"LICENSE\"\u003eLICENSE\u003c/a\u003e file for more info.\u003c/sub\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassageidentity%2Fpassage-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpassageidentity%2Fpassage-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassageidentity%2Fpassage-go/lists"}