summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/helpers
AgeCommit message (Collapse)Author
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
2022-04-27Add "cable" supportMatthew Miller
2022-04-12Change error name to a specific type, fixes #190Felix Mosheev
2022-04-11Migrate custom errors into jest helperMatthew Miller
2022-03-07Run lintingMatthew Miller
2022-03-07Fix some copy-paste issuesMatthew Miller
2022-03-04Add initial identifyAuthenticationError()Matthew Miller
2022-03-04Add some docsMatthew Miller
2022-03-04Move WebAuthnError into structs for sharingMatthew Miller
2022-03-04Get more specific with user ID TypeErrorMatthew Miller
2022-03-04Add actual error type suffixMatthew Miller
2022-03-04Remove console.log statementsMatthew Miller
2022-03-04Clarify InvalidStateError messageMatthew Miller
2022-03-04Add localhost as an effective domainMatthew Miller
2022-03-04Add registration error identifier logicMatthew Miller
2021-08-31Update testsMatthew Miller
2021-08-31Make sure WebAuthn is available before isUVPAAMatthew Miller
2021-08-23Add tests for new methodMatthew Miller
2021-08-23Rename supportsWebAuthn (and fix tests)Matthew Miller
2021-08-23Add new platformAuthenticatorIsAvailable helperMatthew Miller
2021-04-15Unify naming convention of string<->buffer helpersMatthew Miller
2021-04-15Add bufferToUTF8StringMatthew Miller
2021-04-15Rename toUint8Array to stringToArrayBufferMatthew Miller
2021-03-10Run `npm lint`Matthew Miller
2020-12-21remove global text encoderAntoine Cormouls
2020-12-01Merge branch 'master' into update-typescriptMatthew Miller
2020-11-18test: explicitly type global as any to avoid spy type checkJonathan Stewmon
2020-11-04chore(deps-dev): bump typescript from 3.9.7 to 4.0.5Jonathan Stewmon
2020-07-28Use TextEncoder to encode UTF-8 to a bufferMatthew Miller
2020-06-02Get unit tests passing againMatthew Miller
2020-06-02Refactor to incorporate new helperMatthew Miller
2020-06-02Add new Base64URL<->Buffer helper methodsMatthew Miller