Passkeys
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.
Here are 11 public repositories matching this topic...
Vanilla JavaScript repository of a sample app that offers passkey authentication.
-
Updated
May 8, 2024 - HTML
Demos for identity on the web. Built by the Chrome Developer Relations team and friends.
-
Updated
Nov 27, 2024 - HTML
Repository for WebAuthn Autocomplete / Passkey Autofill playground.
-
Updated
May 14, 2024 - HTML
🔑 WebAuthn Passkey Server Demo
-
Updated
Aug 31, 2023 - HTML
A minimal app to demonstrate password less authentication leveraging native devices biometric options like Touch ID with WebAuthn following FIDO web standards.
-
Updated
Dec 18, 2022 - HTML
Easily add passkey authentication to your web app with Myst Auth.
-
Updated
Oct 25, 2024 - HTML
A basic Quart App using Passkeys for registration, authentication, encryption and decryption
-
Updated
Oct 1, 2024 - HTML
Simple static site which provides a way to play with passkeys
-
Updated
Sep 11, 2024 - HTML
- Followers
- 21 followers
- Wikipedia
- Wikipedia