passkey
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 8 public repositories matching this topic...
WebAuthn4J Extension for Spring Security
-
Updated
Nov 1, 2024 - Java
Java Spring Boot repository of a sample app that offers passkey authentication.
-
Updated
Oct 26, 2024 - Java
Gluu governed Agama project to provide a starting point for passkey authentication. See also FIDO2
-
Updated
Sep 20, 2024 - Java
Passkey Relying Party Sample Application
-
Updated
Aug 13, 2024 - Java
A passwordless authentication solution for modern web applications
-
Updated
Nov 3, 2024 - Java
An example implementation of WebAuthn passkey authentication in a Spring Boot application.
-
Updated
Oct 27, 2024 - Java
- Followers
- 20 followers
- Wikipedia
- Wikipedia