Clone this repo:
  1. 273689d Merge pull request #30 from luis-zamarripa/newExperimentalAPIs by Alison R. Wu · 30 hours ago upstream/master
  2. fa386d5 Spelling nit by Luis Zamarripa · 30 hours ago
  3. 25cb6ce Included mention of the new EXPERIMENTAL APIs in the README by Luis Zamarripa · 30 hours ago
  4. c65eccd Add new EXPERIMENTAL APIs by Luis Zamarripa · 31 hours ago
  5. c3ed95f Remove Experimental Plugin Authenticator APIs (#29) by Akshay Kumar · 4 months ago

Description

WebAuthn Specification APIs

Win32 APIs for performing operations corresponding to WebAuthn (https://w3c.github.io/webauthn) specification are present in following files.

  • webauthn.h

Plugin Passkey Authenticators Implementation APIs/Interfaces

APIs, interfaces and helper functions for passkey plugin authenticator implementators are present in following files

  • pluginauthenticator.idl
  • pluginauthenticator.h
  • webauthnplugin.h

The 3 new EXPERIMENTAL APIs listed below are now available for Windows Insiders - KB5072046. They will be finalized (prefix removed) very soon.

  • EXPERIMENTAL_WebAuthNPluginAddAuthenticator2
  • EXPERIMENTAL_WebAuthNPluginPerformUserVerification2
  • EXPERIMENTAL_WebAuthNPluginUpdateAuthenticatorDetails2

Having Issues?

If you have any issues in adopting these APIs or need some clarification, please contact fido-dev@microsoft.com.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.