summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/authentication/verifyAuthenticationResponse.test.ts
AgeCommit message (Expand)Author
2024-04-12Update uses of base64url string methodsMatthew Miller
2024-02-22Make AuthenticatorDevice.credentialID a b64url strMatthew Miller
2023-09-13Add tests for expectedTypeFabian Cook
2023-08-28Allow expectedChallenge to return a PromiseJordan Tucker
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-17Update verifyAuthenticationResponse testsMatthew Miller
2023-08-16Run `deno fmt` on everythingMatthew Miller
2023-08-16Run `ddi fmt` over src/Matthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2023-07-21Remove unnecessary tests in verify methodsCorentin Mors
2023-07-20Add matched RPID to verify responseCorentin Mors
2023-07-19Add origin in authentication and registration infoCorentin Mors
2022-12-27Lint everythingMatthew Miller
2022-12-27Rename `credential` opt to `response`Matthew Miller
2022-12-27Fix testsMatthew Miller
2022-12-10Require uv:true when verifying reg and auth respMatthew Miller
2022-11-17Update to TypeScript 4.9Matthew Miller
2022-11-12Figure out a better pattern for exposing iso funcsMatthew Miller
2022-11-11Make toHash async to prep for SubtleCryptoMatthew Miller
2022-11-11Replace some more references to BufferMatthew 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-15Merge pull request #254 from MasterKale/feat/fido-conformance-optional-upMatthew Miller
2022-08-16Update testsEiji Kitamura
2022-08-15Add testsMatthew Miller
2022-07-28Run `npm run lint`Matthew Miller
2022-07-28Settle on better naming for "import * as" in testsMatthew Miller
2022-07-28 Update final test importsMatthew Miller
2022-07-28Update some test importsMatthew Miller
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-15Test return of new values from verificationMatthew Miller
2022-02-16Replace confusing fidoUserVerificationMatthew Miller
2022-02-02Write actual testsMatthew Miller
2022-02-01Add test placeholdersMatthew Miller
2021-08-27Clean up a couple of "assertion"'sMatthew Miller
2021-08-25fixing tests and cleanupJarrett Helton
2021-08-24refactor verified responsesJarrett Helton
2021-08-23start server package movementsJarrett Helton