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

1712
22 天前
Rust
712
4 天前
PHP
528
1 年前

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

Java
517
7 天前

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

Rust
403
2 天前

WebAuthn4J Extension for Spring Security

Java
218
8 天前

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

Dart
157
19 小时前

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

152
6 个月前

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

PHP
135
10 个月前

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

PHP
111
2 个月前

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

TypeScript
109
2 个月前

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

Dart
109
3 个月前

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

Go
94
2 个月前

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

TypeScript
94
5 个月前

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

Java
88
2 个月前

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
2 个月前