summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/helpers
AgeCommit message (Collapse)Author
2023-09-28Fix capitalization issueMatthew Miller
2023-09-28Add new method to manually cancel active ceremonyMatthew Miller
2023-09-28Refine commentsMatthew Miller
2023-09-28Rename webauthnAbortServiceMatthew Miller
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-18Switch to @rollup/plugin-terser in browser buildMatthew Miller
2023-08-18Fix linting issues in browserMatthew Miller
2023-08-18Remove eslintMatthew Miller
2023-08-18Format browserMatthew Miller
2023-06-25Tweak commentMatthew Miller
2023-03-15Update WebAuthnAbortService testMatthew Miller
2023-03-15Fix AbortSignal error detectionMatthew Miller
2023-03-15Raise an AbortError when cancelling existing callMatthew Miller
2023-02-28Rename SimpleWebAuthnErrorCodeMatthew Miller
2023-02-28Group error codesMatthew Miller
2023-02-28Update error identification with error codesMatthew Miller
2023-02-28Add error codes to WebAuthnErrorMatthew Miller
2023-02-28Pass in original errors as `cause`Matthew Miller
2023-02-28Prepare to expand WebAuthnErrorMatthew Miller
2023-02-28Fix testMatthew Miller
2023-02-28Remove old eslint-disableMatthew Miller
2023-02-08Update testsMatthew Miller
2023-02-08Simply pass through NotAllowedErrorsMatthew Miller
2022-12-27Lint everythingMatthew Miller
2022-12-27Update startRegistration to use new valuesMatthew Miller
2022-11-19Fix issues in Browser due to TypeScript upgradeMatthew Miller
2022-11-03Remove old conditionalMediationSupportedMatthew Miller
2022-09-28Remove reset() from abort serviceMatthew Miller
2022-09-28Add reason to call to abort()Matthew Miller
2022-08-16Use `git mv` to rename mockMatthew Miller
2022-08-16Capitalize the "A" in "Webauthn"Matthew Miller
2022-07-28Run `npm run lint`Matthew Miller
2022-07-27Export named utf8StringToBuffer()Matthew Miller
2022-07-27Export named toPublicKeyCredentialDescriptor()Matthew Miller
2022-07-27Export named bufferToUTF8String()Matthew Miller
2022-07-27Export named bufferToBase64URLStringMatthew Miller
2022-07-27Export named base64URLStringToBufferMatthew Miller
2022-07-01Properly type isConditionalMediationAvailableMatthew Miller
2022-06-21Add a space between imports and commentMatthew Miller
2022-06-20Add tests for conditional UI supportMatthew Miller
2022-06-20Add tests for WebAuthnAbortServiceMatthew Miller
2022-06-20Address GitHub commentsMatthew Miller
2022-06-20Reset abort service after API call outcomeMatthew Miller
2022-06-20Run `npm lint` on PR's filesMatthew Miller
2022-06-20Perform some minor cleanupMatthew Miller
2022-06-20Attempt to cast PublicKeyCredential for new methodMatthew Miller
2022-06-19Rename conditional UI support check methodMatthew Miller
2022-06-17Create WebAuthnAbortService for abort signal mgmtMatthew Miller
2022-06-17Configure options for conditional UIMatthew Miller
2022-04-27Use our custom AuthenticatorTransport in browserMatthew Miller