Passkeys topic

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.

List Passkeys repositories
trafficstars

zitadel

7.3k
Stars
438
Forks
Watchers

ZITADEL - Identity infrastructure, simplified for you.

webauthn-swift

109
Stars
18
Forks
Watchers

A Swift library for implementing the WebAuthn spec

authgear-server

67
Stars
27
Forks
Watchers

Open source alternative to Auth0 / Firebase Auth

webauthn

366
Stars
41
Forks
Watchers

Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.

example-passkeys-flutter

27
Stars
4
Forks
Watchers

Passkeys (FIDO2 / WebAuthn) example integration of Corbado in Flutter.

Keycloak Workshop for Step Up with MFA Biometrics Authentication (Passkeys) and Passwordless experience with Passkeys

amazon-cognito-passwordless-auth

341
Stars
62
Forks
Watchers

Passwordless authentication with Amazon Cognito: FIDO2 (WebAuthn, support for Passkeys), Magic Link, SMS OTP Step Up

virtualwebauthn

73
Stars
9
Forks
Watchers

A set of helper tools for testing WebAuthn authentication flows

keylib

48
Stars
1
Forks
Watchers

FIDO2/ PassKey compatible authentication library

WebAuthn.Net

146
Stars
2
Forks
Watchers

WebAuthn (Passkeys) library for .NET.