-
Our current 2FA support is "Something you know" (password) and "something you have" (TOTP or WebAuthN).
There's a newer authentication method called [Passkeys](https://www.passkeys.com/). Under the…
-
Currently `devise-passwordless` has a hard-coded assumption that `email` is the only authentication key. However, devise allows using other attributes for retrieving and authenticating the user
```…
-
# Implement a passwordless authentication with Sorcery - Full Stack Heroes
Paswordless auth is great and provides a simple UX for your user - in this tutorial I implement in my Rails app using the au…
-
**Describe the bug**
When setting up passworless authentication I get
`Errors.User.WebAuthN.ErrorOnParseCredential`
**To Reproduce**
Steps to reproduce the behavior:
1. Create a new User
2. P…
mffap updated
1 month ago
-
-
Send an email link to a user for authentication:
UI:
-Email input field where the user enters email for ending passwordless authentication link.
-This should be in PrivateRoute
-When users open …
-
Let's use this as a starting point:
[Yubico WebAuthn Starter Kit](https://developers.yubico.com/Developer_Program/WebAuthn_Starter_Kit/)
It would require a custom sign-in UI instead of the Cognito…
-
**Is your feature request related to a problem? Please describe.**
Currently I can't use FIDO2 Passkeys / WebAuthn for passwordless login or for multi-factor authentication.
**Describe the soluti…
-
*This issue was originally created by [**@sandhose**](https://github.com/sandhose) at .*
There are a bunch of fun alternative credentials we should explore. That includes:
- 2FA via OTP or WebAuth…
-
**Background**
EIP-4521 is an Ethereum Improvement Proposal designed to provide native support for secp256r1 (P-256) signature verification. Since Passkey signatures are based on the FIDO2 and WebAut…