diff options
author | Matthew Miller <matthew@millerti.me> | 2022-04-13 09:21:58 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-05-15 21:49:33 -0700 |
commit | 8c22b01acbd5753787423e803d648dcdfdb002ba (patch) | |
tree | b9b9ffb9536951b6e42e5393d7a1c2b3c076831c /packages/server/src | |
parent | ecbc0faeb9cab5f2b3e2efb6c52ae817ac3fd9af (diff) |
Sync docstring advice across verification methods
Diffstat (limited to 'packages/server/src')
-rw-r--r-- | packages/server/src/registration/verifyRegistrationResponse.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/registration/verifyRegistrationResponse.ts b/packages/server/src/registration/verifyRegistrationResponse.ts index 3a20249..6fc6d86 100644 --- a/packages/server/src/registration/verifyRegistrationResponse.ts +++ b/packages/server/src/registration/verifyRegistrationResponse.ts @@ -260,7 +260,7 @@ export default async function verifyRegistrationResponse( * @param verified If the assertion response could be verified * @param registrationInfo.fmt Type of attestation * @param registrationInfo.counter The number of times the authenticator reported it has been used. - * Should be kept in a DB for later reference to help prevent replay attacks + * **Should be kept in a DB for later reference to help prevent replay attacks!** * @param registrationInfo.aaguid Authenticator's Attestation GUID indicating the type of the * authenticator * @param registrationInfo.credentialPublicKey The credential's public key |