Replies: 3 comments 1 reply
-
I mean sure, but you are just making harder for devs to think at what add-ons they can make for the panel! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Why not just add WebAuthN, that also adds passkeys but in a simpler way |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the input! Passkeys are primarily used to replace passwords, not to be used as 2FA which we already have via OTP. We believe this would be a great fit for a future plugin! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been thinking about how we can improve the login system. One idea I have is to integrate passkeys.
Passkeys are a secure way to authenticate users. They add an extra layer of security and can help prevent unauthorized access. More about passkeys can be found here. https://developers.google.com/identity/passkeys
In simple terms, we would generate a unique passkey for each user during login. This passkey, along with the user's password, would confirm their identity.
Beta Was this translation helpful? Give feedback.
All reactions