summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src
AgeCommit message (Collapse)Author
2023-06-25Merge pull request #400 from MasterKale/feat/json-type-updatesm7n-openwrtopenwrtMatthew Miller
feat/json-type-updates
2023-06-25Add test for absence of gettersMatthew Miller
2023-06-25Add testsMatthew Miller
2023-06-25Populate new values when availableMatthew 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-28Export SimpleWebAuthnErrorCodeMatthew Miller
2023-02-28Group error codesMatthew Miller
2023-02-28Update testsMatthew 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-27Clean up some commentsMatthew Miller
2022-12-27Be more cautious with transportsMatthew Miller
2022-12-27Fix testsMatthew Miller
2022-12-27Remove old commentsMatthew Miller
2022-12-27Revert use of new APIs in browser methodsMatthew Miller
2022-12-27Update startAuthentication to use new valuesMatthew 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-28Update some test importsMatthew 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-04Add testsMatthew Miller
2022-07-04Populate authenticatorAttachmentMatthew Miller
2022-07-04Rename supportBrowserAutofillMatthew 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-20Update tests for abort supportMatthew Miller
2022-06-20Address GitHub commentsMatthew Miller