🔐 A curated list of awesome WebAuthn and Passkey resources
-
Updated
Nov 6, 2024
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.
🔐 A curated list of awesome WebAuthn and Passkey resources
A simple PHP WebAuthn (FIDO2/Passkey) server library
WebAuthn ruby server library ― Make your Ruby/Rails web server become a conformant WebAuthn Relying Party
WebAuthn4J Extension for Spring Security
OpenID Connect Single Sign-On Identity & Access Management
🔒 WP-WebAuthn allows you to safely login to your WordPress site without password.
pwawallet.xyz
Gluu governed Agama project to provide a starting point for passkey authentication. See also FIDO2
Next.js (TypeScript) repository of a sample app that offers passkey authentication.
Passkeys demo using Cloudflare Workers, KV, and D1
Android Passkey Example : Sample app using Credential Manager API to redirect to a home page if credentials exist or show manual login options if not.
Hanko integration for Nuxt
WebAuthn (Passkeys) library for .NET.