summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src
AgeCommit message (Collapse)Author
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
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-20Fix browser method imports in testsMatthew Miller
2022-06-20Rearrange `options` for easier typingMatthew Miller
2022-06-20Attempt to cast PublicKeyCredential for new methodMatthew Miller
2022-06-19Rename conditional UI support check methodMatthew Miller
2022-06-17Replace two default exports with named exportsMatthew Miller
2022-06-17Create WebAuthnAbortService for abort signal mgmtMatthew Miller
2022-06-17Configure options for conditional UIMatthew Miller
2022-06-17Add new supportBrowserAutofill argMatthew Miller
2022-04-27Use our custom AuthenticatorTransport in browserMatthew Miller
2022-04-27Add a test for returning "cable" from responseMatthew Miller
2022-04-27Add tests for new transportMatthew Miller
2022-04-27Add "cable" supportMatthew Miller
2022-04-12Change error name to a specific type, fixes #190Felix Mosheev
2022-04-11Remove old generateCustomErrorMatthew Miller
2022-04-11Use new helper instead of error subclassesMatthew Miller
2022-04-11Migrate custom errors into jest helperMatthew Miller
2022-03-07Run lintingMatthew Miller
2022-03-07Add tests for authenticationMatthew Miller
2022-03-07Wire up authentication error identificationMatthew Miller
2022-03-07Fix some copy-paste issuesMatthew Miller
2022-03-07Define errors globally for testingMatthew Miller
2022-03-06Write tests for startRegistrationMatthew Miller
2022-03-06Add mock for window.location.hostnameMatthew Miller
2022-03-06Update how navigator.credentials is mockedMatthew Miller
2022-03-04Add initial identifyAuthenticationError()Matthew Miller
2022-03-04Add some docsMatthew Miller