Add publicKey
and publicKeyAlgorithm
to AuthenticatorAssertionResponseJSON
#2105
Labels
publicKey
and publicKeyAlgorithm
to AuthenticatorAssertionResponseJSON
#2105
publicKey
andpublicKeyAlgorithm
were added toAuthenticatorAttestationResponseJSON
in order to easily access credential data. Attestation can also occur during authentication and is whyAuthenticatorAssertionResponseJSON
has a field forattestationObject
. Does it not make sense to also addpublicKey
andpublicKeyAlgorithm
—publicKeyAlgorithm
would not be required like it is forAuthenticatorAttestationResponseJSON
—toAuthenticatorAssertionResponseJSON
as well?The text was updated successfully, but these errors were encountered: