diff options
Diffstat (limited to 'packages/server/src/authentication/verifyAuthenticationResponse.ts')
-rw-r--r-- | packages/server/src/authentication/verifyAuthenticationResponse.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/server/src/authentication/verifyAuthenticationResponse.ts b/packages/server/src/authentication/verifyAuthenticationResponse.ts index d25d521..ff005fe 100644 --- a/packages/server/src/authentication/verifyAuthenticationResponse.ts +++ b/packages/server/src/authentication/verifyAuthenticationResponse.ts @@ -219,6 +219,7 @@ export async function verifyAuthenticationResponse( authenticationInfo: { newCounter: counter, credentialID: authenticator.credentialID, + userVerified: flags.uv, credentialDeviceType, credentialBackedUp, authenticatorExtensionResults: extensionsData, @@ -251,6 +252,7 @@ export type VerifiedAuthenticationResponse = { authenticationInfo: { credentialID: Buffer; newCounter: number; + userVerified: boolean; credentialDeviceType: CredentialDeviceType; credentialBackedUp: boolean; authenticatorExtensionResults?: AuthenticationExtensionsAuthenticatorOutputs; |