Closed MasterKale closed 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.
startAttestation()
startAssertion()
credential.getClientExtensionResults()
clientExtensionResults
This PR adds in support for WebAuthn extensions. Return values from Browser's
startAttestation()
andstartAssertion()
methods will now include the results ofcredential.getClientExtensionResults()
asclientExtensionResults
.Related Issues