Passkeys
Passkeys are a form of passwordless user authentication for websites and apps, that is designed to provide a high level
of security by leveraging public key infrastructure. Unlike passwords, no shared secret is exchanged between the user
and a service. Instead, the public key is sent to the server, while the private key is stored in the user’s device.
To verify the user’s identity, users can use biometric data, such as a fingerprints or facial recognition, instead of
relying on a user-generated password. This makes it much more difficult for attackers to gain unauthorized access to an
account, as passkeys are two-factor-authentication (2FA) by default. Concisely, they avoid a range of
password-based attacks, including phishing, by providing an additional layer of security.
Here are 118 public repositories matching this topic...
Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.
-
Updated
Jan 22, 2026 - TypeScript
Passwordless authentication with Amazon Cognito: FIDO2 (WebAuthn, support for Passkeys), Magic Link, SMS OTP Step Up
-
Updated
Nov 15, 2025 - TypeScript
Repository for Passkey Tutorial using Node.js (Express), JavaScript, MySQL & SimpleWebAuthn
-
Updated
Mar 19, 2025 - TypeScript
Passkeys demo using Cloudflare Workers, KV, and D1
-
Updated
Mar 29, 2025 - TypeScript
Sample project that shows how to integrate passkeys into your existing password-based Amazon Cognito project.
-
Updated
Jun 22, 2023 - TypeScript
Add passkeys to your Next.js application using the Corbado passkey-first authentication solution.
-
Updated
Dec 12, 2025 - TypeScript
Add passkeys to your React and Hono application using the Corbado passkey-first authentication solution.
-
Updated
Dec 4, 2025 - TypeScript
A template repo for starting authentication in your upcoming Next.js application. Used Drizzle, Auth.js(Next-Auth), Turso.
-
Updated
Dec 6, 2025 - TypeScript
An open passkey-based browser wallet similar to keys.coinbase.com
-
Updated
Oct 26, 2024 - TypeScript
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
-
Updated
Jan 9, 2026 - TypeScript
- Followers
- 23 followers
- Website
- github.com/topics/passkeys
- Wikipedia
- Wikipedia