Replies: 1 comment 2 replies
-
Thanks, this is definitely considered! Here is a WIP PR from a while ago #6065 I also made some progress on this locally, but no ETA currently. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description 📓
Greetings 👋🏻
I would like to propose an idea for consideration. Is it possible to enhance the credentials provider to incorporate native support for passkeys? Passkeys are now natively supported by Chrome and Safari, and can be enabled through extensions in Firefox.
For those unfamiliar with passkeys, they are a modern form of login credential that eliminates the need for passwords. Passkeys are unique digital keys that cannot be reused and serve as a secure means to authenticate access to websites and apps. They utilize public-key cryptography and can be authenticated through biometric methods like fingerprint or facial recognition, or through PINs or swipe patterns commonly used on Android devices.
Passkeys are increasingly recognized as the future of credentials authentication. It would be advantageous to align with this trend and prioritize implementing native support for passkeys in the credentials provider. Additionally, we should consider the existing extension-based support for passkeys in Firefox.
To provide further context, here are some helpful resources on setting up and implementing passkeys:
These references will assist in understanding the implementation process and showcase the growing support for passkeys across different browsers. It's worth noting that passkeys are a part of the WebAuthn API, ensuring compatibility across platforms.
How to reproduce ☕️
Given my current status as a student, I believe my qualifications may be limited in terms of providing extensive assistance beyond submitting ideas and conducting research.
Contributing 🙌🏽
No, I am afraid I cannot help regarding this
Beta Was this translation helpful? Give feedback.
All reactions