summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods/startAuthentication.ts
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-01-20Update browser packageMatthew Miller
2023-10-02Tweak error messageMatthew Miller
2023-10-02Require "webauthn" be solo or at the endMatthew Miller
2023-09-28Fix capitalization issueMatthew Miller
2023-09-28Rename webauthnAbortServiceMatthew Miller
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-18Format browserMatthew Miller
2022-12-27Clean up some commentsMatthew 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-09-28Remove reset() from abort serviceMatthew Miller
2022-08-16Capitalize the "A" in "Webauthn"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-04Populate authenticatorAttachmentMatthew Miller
2022-07-04Rename supportBrowserAutofillMatthew Miller
2022-06-20Address GitHub commentsMatthew Miller
2022-06-20Reset abort service after API call outcomeMatthew 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
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-03-07Wire up authentication error identificationMatthew Miller
2021-08-24Merge remote-tracking branch 'origin/master' into v4/rename-methods-and-typesJarrett Helton
2021-08-24rename default exportsJarrett Helton
2021-08-21renaming assertion -> authenticationJarrett Helton