summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/helpers
AgeCommit message (Collapse)Author
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
2020-05-26Rename WebAuthntine to SimpleWebAuthnMatthew Miller
2020-05-25Add toPublicKeyCredentialDescriptor browser helperMatthew Miller
2020-05-25Run Prettier over everythingMatthew Miller
2020-05-25Add test for window being undefinedPascal Sthamer
2020-05-25Make @webauthntine/browser work in node envPascal Sthamer
2020-05-22Clarify usage of toUint8ArrayMatthew Miller
2020-05-22Fix misspelling in toBase64String testMatthew Miller
2020-05-22Stop stripping base64 padding in browserMatthew Miller
2020-05-21Add remaining unit tests for browserMatthew Miller
2020-05-21Add tests for startAttestation in browserMatthew Miller
2020-05-20Add some browser helpersMatthew Miller