Repository navigation

#

Passkeys

维基百科

相关主题

WebAuthnAuthentication

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

1653
3 个月前
PHP
505
10 个月前

A portable Java library for WebAuthn(Passkeys) server side verification

Java
487
1 天前

Torii is a powerful authentication framework for Rust applications that gives you complete control over your users' data.

Rust
388
15 天前

WebAuthn4J Extension for Spring Security

Java
207
18 天前

Easily provide passkey authentication based on FIDO2 / WebAuthn for Flutter apps (iOS & Android) via a dedicated Flutter package

Dart
152
3 天前

一款社区驱动的免费、高速、稳定、安全的内网穿透、网络隔离、P2P传输、零信任网络ZTNA、堡垒机、异地组网SD-WAN,打破传统网络边界的Mesh网格网络安全产品。

144
2 个月前

🔒 WP-WebAuthn allows you to safely login to your WordPress site without password.

PHP
133
7 个月前

Add passkeys to your PHP application with the Corbado PHP SDK.

PHP
110
2 天前

Add passkeys to your Node.js application with the Corbado Node.js SDK.

TypeScript
108
5 天前

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

Dart
107
24 天前

Add passkeys to your Go application with the Corbado Go SDK.

Go
95
5 天前

Repository for Passkey Tutorial using Node.js (Express), JavaScript, MySQL & SimpleWebAuthn

TypeScript
90
1 个月前

Add passkeys to your Java application with the Corbado Java SDK.

Java
87
5 天前

Sample project that shows how to integrate passkeys into your existing password-based Amazon Cognito project.

TypeScript
85
2 年前

Add passkeys to your Python application with the Corbado Python SDK.

Python
83
5 天前