yackermann / awesome-webauthn

🔐 A curated list of awesome WebAuthn and Passkey resources
https://bit.ly/AwesomeWebAuthn
Creative Commons Zero v1.0 Universal
1.51k stars 121 forks source link

WebAuthn.Net - open source .NET server library #95

Closed vanbukin closed 9 months ago

vanbukin commented 9 months ago

My team and I have developed the WebAuthn.Net library for the .NET ecosystem. It is open source under the MIT license and serves as an alternative to fido2-net-lib. Our library passes all FIDO2 Server - MDS3 Tests (including all optional parameters) in the FIDO Conformance Tool 1.7.17. We have submitted the test results using this tool. The library includes a demonstration host and instructions on how to perform similar tests independently (if someone does not trust our results, they can perform a similar verification on their own).

I would like to know how we can be included in the Server Libraries list, and is there anything else we need to do for our library to be marked as FIDO CONFORMANT in this list? Is it enough to make a PR to this repository, or are there any additional verification steps required?

vanbukin commented 9 months ago

@herrjemand

yackermann commented 9 months ago

@vanbukin drop me a screenshot of passing tests and then feel free to do PR *)

vanbukin commented 9 months ago

image

vanbukin commented 9 months ago

96