{"id":21211814,"url":"https://github.com/passageidentity/passage-flex-rust","last_synced_at":"2025-07-14T10:05:39.002Z","repository":{"id":254508350,"uuid":"843521427","full_name":"passageidentity/passage-flex-rust","owner":"passageidentity","description":"Passkey Flex for Rust - Add passkey authentication to your own Rust authentication flows with Passage by 1Password","archived":false,"fork":false,"pushed_at":"2025-03-12T18:55:16.000Z","size":110,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-07-11T06:45:17.582Z","etag":null,"topics":["1password","authentication","biometrics","passage","passage-sdk","passkey-flex","passkeys","passwordless","rust","webauthn"],"latest_commit_sha":null,"homepage":"http://docs.passage.id/flex","language":"Rust","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":"2024-08-16T17:43:28.000Z","updated_at":"2025-03-12T18:51:29.000Z","dependencies_parsed_at":"2024-10-24T00:48:09.028Z","dependency_job_id":"2195fe68-54f6-4169-9702-da88aa490bba","html_url":"https://github.com/passageidentity/passage-flex-rust","commit_stats":null,"previous_names":["passageidentity/passage-flex-rust"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/passageidentity/passage-flex-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-flex-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-flex-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-flex-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-flex-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/passageidentity","download_url":"https://codeload.github.com/passageidentity/passage-flex-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-flex-rust/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265276958,"owners_count":23739288,"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","passage","passage-sdk","passkey-flex","passkeys","passwordless","rust","webauthn"],"created_at":"2024-11-20T21:05:29.980Z","updated_at":"2025-07-14T10:05:38.981Z","avatar_url":"https://github.com/passageidentity.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![passage-flex-rust](https://storage.googleapis.com/passage-docs/github-md-assets/passage-flex-rust.png)\n\n![crates.io](https://img.shields.io/crates/v/passage_flex.svg) [![Rust](https://img.shields.io/badge/Rust-%23000000.svg?e\u0026logo=rust\u0026logoColor=white)](#) ![GitHub License](https://img.shields.io/github/license/passageidentity/passage-flex-rust)\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-flex-rust\n\nUse passage-flex-rust to implement Passkey Flex into your Rust 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**             | ✅                                                                                                            |\n| ![Passkey Complete](https://storage.googleapis.com/passage-docs/github-md-assets/passage-passkey-complete-icon.png) Passkey **Complete** | ✖️ For Passkey Complete, check out the [Passkey Complete APIs](https://docs.passage.id/complete/backend-sdks) |\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 Flex 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\ncargo add passage_flex\n```\n\n### Import\n\n```rust\nuse passage_flex::PassageFlex;\n```\n\n### Initialize\n\n```rust\nlet passage_flex = PassageFlex::new(\n    std::env::var(\"YOUR_PASSAGE_APP_ID\").unwrap(),\n    std::env::var(\"YOUR_PASSAGE_API_KEY\").unwrap(),\n);\n```\n\n### Go Passwordless\n\nFind all core functions and more implementation guidance on our [Passkey Flex Rust Documentation](https://docs.passage.id/flex/rust) 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-flex-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpassageidentity%2Fpassage-flex-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassageidentity%2Fpassage-flex-rust/lists"}