summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
2023-09-23Detect and fix bad bytesMatthew Miller
2023-09-13Add tests for expectedTypeFabian Cook
2023-09-12expectedType for verifyRegistrationResponseFabian Cook
Related to https://github.com/MasterKale/SimpleWebAuthn/discussions/402
2023-09-12expectedType for verifyAuthenticationResponseFabian Cook
Related to https://github.com/MasterKale/SimpleWebAuthn/discussions/402
2023-09-04Make debug logging a noop for nowMatthew Miller
2023-08-28Allow expectedChallenge to return a PromiseJordan Tucker
2023-08-23Fix dynamic import attemptMatthew Miller
2023-08-22Move @hexagon/base64 import into deps.tsMatthew Miller
2023-08-19Realize I should use simpler esm.sh URLsMatthew Miller
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-18Fix issue with getWebCrypto in NodeMatthew Miller
2023-08-18Update server deps.tsMatthew Miller
2023-08-18Finish thought in getWebCryptoMatthew Miller
2023-08-18Remove more eslint comments from serverMatthew Miller
2023-08-17Clean out server Jest configMatthew Miller
2023-08-17Update MetadataService testsMatthew Miller
2023-08-17Create new fetch helperMatthew Miller
2023-08-17Update SettingsService testsMatthew Miller
2023-08-17Update MetadataService E2E testsMatthew Miller
2023-08-17Update verifyAttestationAndroidSafetyNet testsMatthew Miller
2023-08-17Update verifyJWT testsMatthew Miller
2023-08-17Tweak wording in verifyAttestationApple testMatthew Miller
2023-08-17Update verifyAttestationAndroidKey testsMatthew Miller
2023-08-17Update verifyAttestationApple testsMatthew Miller
2023-08-17Update index testsMatthew Miller
2023-08-17Update verifyAttestationPacked testsMatthew Miller
2023-08-17Update verifyAttestationTPM testsMatthew Miller
2023-08-17Update verifyAttestationWithMetadata testsMatthew Miller
2023-08-17Remove Jest mocksMatthew Miller
2023-08-17Update toHash testsMatthew Miller
2023-08-17Update parseBackupFlags testsMatthew Miller
2023-08-17Update parseAuthenticatorData testsMatthew Miller
2023-08-17Update generateChallenge testsMatthew Miller
2023-08-17Update decodeClientDataJSON testsMatthew Miller
2023-08-17Update decodeAuthenticatorExtensions testsMatthew Miller
2023-08-17Update decodeAttestationObject testsMatthew Miller
2023-08-17Update convertPEMToBytes testMatthew Miller
2023-08-17Update convertCOSEtoPKCS testsMatthew Miller
2023-08-17Update convertCertBufferToPEM testsMatthew Miller
2023-08-17Update verifyOKP testsMatthew Miller
2023-08-17Update convertAAGUIDToString testsMatthew Miller
2023-08-17Update generateRegistrationOptions testsMatthew Miller
2023-08-17Don't mutate original CBOR bytesMatthew Miller
2023-08-17Refactor verifyRegistrationResponse testsMatthew Miller
2023-08-17Update verifyAuthenticationResponse testsMatthew Miller
2023-08-16Update generateAuthenticationOptions testsMatthew Miller
2023-08-16Add missing awaitMatthew Miller
2023-08-16Deal with making getRandomValues asyncMatthew Miller
2023-08-16Remove unused old WebCrypto importMatthew Miller
2023-08-16Run `deno fmt` on everythingMatthew Miller