🔐 A curated list of awesome WebAuthn and Passkey resources
-
Updated
Jan 8, 2025
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
WebAuthn ruby server library ― Make your Ruby/Rails web server become a conformant WebAuthn Relying Party
A simple PHP WebAuthn (FIDO2/Passkey) server library
OpenID Connect Single Sign-On Identity & Access Management
Torii is a powerful authentication framework for Rust applications that gives you complete control over your users' data.
WebAuthn (Passkeys) library for .NET.
WebAuthn4J Extension for Spring Security
Authentication plugin for Payload CMS
一款社区驱动的免费、高速、稳定、安全的内网穿透、网络隔离、P2P传输、零信任网络ZTNA、堡垒机、异地组网SD-WAN,打破传统网络边界的Mesh网格网络安全产品。
🔒 WP-WebAuthn allows you to safely login to your WordPress site without password.
Passkeys (FIDO2 / WebAuthn) example integration of Corbado in Flutter.
Repository for Passkey Tutorial using Node.js (Express), JavaScript, MySQL & SimpleWebAuthn
Sample project that shows how to integrate passkeys into your existing password-based Amazon Cognito project.
Add passkeys to your Python application with the Corbado Python SDK.