summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods
AgeCommit message (Collapse)Author
2024-04-12Rename options JSON args in browser methodsMatthew Miller
2024-04-11Treat userHandle as base64url string during authMatthew Miller
2024-04-11Treat user.id as base64url string during regMatthew Miller
2024-01-20Update browser packageMatthew Miller
2023-10-02Tweak error messageMatthew Miller
2023-10-02Update testsMatthew Miller
2023-10-02Require "webauthn" be solo or at the endMatthew Miller
2023-09-28Fix capitalization issueMatthew Miller
2023-09-28Rename webauthnAbortServiceMatthew Miller
2023-09-28Visibly warn when we can encourage positive changeMatthew Miller
2023-09-27Add testsMatthew Miller
2023-09-27Swallow errors from getters during registrationMatthew Miller
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-18Fix linting issues in browserMatthew Miller
2023-08-18Format browserMatthew Miller
2023-06-25Add test for absence of gettersMatthew Miller
2023-06-25Add testsMatthew Miller
2023-06-25Populate new values when availableMatthew Miller
2023-02-28Update testsMatthew Miller
2023-02-08Update testsMatthew 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-09-28Remove reset() from abort serviceMatthew 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-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-20Fix browser method imports in testsMatthew Miller
2022-06-20Rearrange `options` for easier typingMatthew Miller
2022-06-19Rename conditional UI support check methodMatthew Miller
2022-06-17Replace two default exports with named exportsMatthew Miller