summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/authentication/verifyAuthenticationResponse.ts
AgeCommit message (Expand)Author
2024-04-12Modernize server method docstringsMatthew Miller
2024-02-22Make AuthenticatorDevice.credentialID a b64url strMatthew Miller
2024-02-22Rename isoBase64URL.isBase64url to isBase64URLMatthew Miller
2023-09-12expectedType for verifyRegistrationResponseFabian Cook
2023-09-12expectedType for verifyAuthenticationResponseFabian Cook
2023-08-28Allow expectedChallenge to return a PromiseJordan Tucker
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-16Run `deno fmt` on everythingMatthew Miller
2023-08-16Run `ddi fmt` over src/Matthew Miller
2023-08-16Convert typescripti-types imports into deps.tsMatthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2023-07-20Add matched RPID to verify responseCorentin Mors
2023-07-19Add origin in authentication and registration infoCorentin Mors
2022-12-27Rename `credential` opt to `response`Matthew Miller
2022-12-27Update server methods to use new typesMatthew Miller
2022-12-10Require uv:true when verifying reg and auth respMatthew Miller
2022-11-17Update verifySignature() optionsMatthew Miller
2022-11-16Tweak verifySignature argument nameMatthew Miller
2022-11-16Rename credentialPublicKey argumentMatthew Miller
2022-11-13Replace isBase64URLString with isoBase64URL funcMatthew Miller
2022-11-12Figure out a better pattern for exposing iso funcsMatthew Miller
2022-11-12Rename isomorphic helpers to avoid collision?Matthew Miller
2022-11-11Refactor RP ID hash matchingMatthew Miller
2022-11-11Make toHash async to prep for SubtleCryptoMatthew Miller
2022-11-11Replace some more references to BufferMatthew Miller
2022-11-11Update uint8Array import pathsMatthew Miller
2022-11-06Switch to uint8array helpersMatthew Miller
2022-11-06Switch to internal base64urlMatthew Miller
2022-08-22Add more explicit typingMatthew Miller
2022-08-22Add `userVerified` to auth verification outputMatthew Miller
2022-08-16Run linting over changesMatthew Miller
2022-08-16Make verifyAuthenticationResponse asyncMatthew Miller
2022-08-15Add advancedFIDOConfig.userVerification to authMatthew Miller
2022-07-27Export named verifySignature()Matthew Miller
2022-07-27Export named toHash()Matthew Miller
2022-07-27Export named parseAuthenticatorData()Matthew Miller
2022-07-27Export named isBase64URLString()Matthew Miller
2022-07-27Export named decodeClientDataJSON()Matthew Miller
2022-07-27Export named convertPublicKeyToPEM()Matthew Miller
2022-07-27Export named verifyAuthenticationResponse()Matthew Miller
2022-07-23RevertEiji Kitamura
2022-07-22RenameEiji Kitamura
2022-07-22Fix for #230Eiji Kitamura
2022-07-22Fixes to reflect commentsEiji Kitamura
2022-07-21Use AuthenticationExtensionsAuthenticatorOutputsEiji Kitamura
2022-07-20Add authentication extension output testEiji Kitamura
2022-05-15Tweak wording to reflect related spec diffMatthew Miller
2022-05-15Add docstrings for new return valuesMatthew Miller
2022-05-15Return credential device type and backup stateMatthew Miller
2022-04-10delete unused import typeTaigaMikami