MasterKale / SimpleWebAuthn

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
https://simplewebauthn.dev
MIT License
1.63k stars 137 forks source link

feature/browser-extensions-support #94

Closed MasterKale closed 3 years ago

MasterKale commented 3 years ago

This PR adds in support for WebAuthn extensions. Return values from Browser's startAttestation() and startAssertion() methods will now include the results of credential.getClientExtensionResults() as clientExtensionResults.

Related Issues