-
-
Notifications
You must be signed in to change notification settings - Fork 169
Passkey support #531
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Before submitting / 提交之前
Describe the feature / 描述功能
TL; DR
Feature category / 功能分类
Why do you need this feature? / 为什么需要这个功能?
ASP.NET Core 10 has released with built-in Passkey support. This should be implemented and considered to be the feature for the next major update, so that users can login with Passkey as an alternative method to password.
Possible implementation / 可能的实现方式
Using the built-in functionality of ASP.NET Core 10 to implement Passkey support. It is supposed to be doable without using any additional 3rd party libraries.