@simplewebauthn/typescript-types
Advanced tools
Changelog
v0.5.1
Packages:
Changes:
AuthenticatorAttestationResponseJSON
and
AuthenticatorAssertionResponseJSON
Changelog
v0.5.0 - The one where browser returns more info
Packages:
Changes:
startAttestation()
and startAssertion()
to return more of
the output from the navigator.credentials
callsbase64-js
dependency with internal functionalitygenerateAttestationOptions()
and
generateAssertionOptions()
by renaming the excludedBase64CredentialIDs
and
allowedBase64CredentialIDs
to excludedCredentialIDs
and allowedCredentialIDs
respectively