{"id":21211819,"url":"https://github.com/passageidentity/passage-node","last_synced_at":"2025-07-10T09:31:16.371Z","repository":{"id":39881257,"uuid":"406093765","full_name":"passageidentity/passage-node","owner":"passageidentity","description":"Passkey Complete for Node.js - Integrate into your Node.js API or service to enable a completely passwordless standalone auth solution with Passage by 1Password","archived":false,"fork":false,"pushed_at":"2024-11-14T19:46:36.000Z","size":1403,"stargazers_count":23,"open_issues_count":3,"forks_count":6,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-14T20:32:23.595Z","etag":null,"topics":["1password","authentication","biometrics","ciam","identity","javascript","magic-links","nodejs","oauth2","oidc","otp","passage","passage-sdk","passkey-complete","passkeys","passwordless","typescript","webauthn"],"latest_commit_sha":null,"homepage":"http://docs.passage.id/complete","language":"TypeScript","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.json","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-09-13T18:56:31.000Z","updated_at":"2024-11-14T19:46:39.000Z","dependencies_parsed_at":"2024-09-05T19:11:12.029Z","dependency_job_id":"5f290a54-0de4-4270-b977-d1c1271b7961","html_url":"https://github.com/passageidentity/passage-node","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/passageidentity","download_url":"https://codeload.github.com/passageidentity/passage-node/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","identity","javascript","magic-links","nodejs","oauth2","oidc","otp","passage","passage-sdk","passkey-complete","passkeys","passwordless","typescript","webauthn"],"created_at":"2024-11-20T21:05:30.693Z","updated_at":"2025-07-10T09:31:16.365Z","avatar_url":"https://github.com/passageidentity.png","language":"TypeScript","readme":"![passage-node](https://storage.googleapis.com/passage-docs/github-md-assets/passage-node.png)\n\n![NPM Version](https://img.shields.io/npm/v/%40passageidentity%2Fpassage-node?link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40passageidentity%2Fpassage-node) ![NPM Type Definitions](https://img.shields.io/npm/types/%40passageidentity%2Fpassage-node) ![GitHub License](https://img.shields.io/github/license/passageidentity/passage-node)\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-node\n\nUse passage-node to implement Passkey Complete into your Node.js 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 [passage-flex-node](https://github.com/passageidentity/passage-flex-node)  |\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\u003cbr /\u003e\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\nnpm i @passageidentity/passage-node\n```\n\n### Import\n\n```js\nimport { Passage } from '@passageidentity/passage-node';\n```\n\n### Initialize\n\n```js\nconst passage = new Passage({\n    appId: process.env.PASSAGE_APP_ID,\n    apiKey: process.env.PASSAGE_API_KEY,\n});\n```\n\n### Go Passwordless\n\nFind all core functions, user management details, and more implementation guidance on our [Passkey Complete Node.js Documentation](https://docs.passage.id/complete/backend-sdks/node) 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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassageidentity%2Fpassage-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpassageidentity%2Fpassage-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassageidentity%2Fpassage-node/lists"}