summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src
AgeCommit message (Collapse)Author
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
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-04Identify error during startRegistrationMatthew 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-25Update jest testsMatthew Miller
2021-08-24fix unit testsJarrett Helton
2021-08-24Merge remote-tracking branch 'origin/master' into v4/rename-methods-and-typesJarrett Helton
2021-08-24rename default exportsJarrett Helton
2021-08-23Export new helper methodMatthew 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-08-21renaming assertion -> authenticationJarrett Helton
2021-08-21starting attestation -> registration renameJarrett Helton
2021-04-15Unify naming convention of string<->buffer helpersMatthew Miller
2021-04-15Convert assertion userHandle back to UTF-8 stringMatthew Miller
This is the opposite of how `user.id` is converted to an ArrayBuffer prior to being passed into `navigator.credentials.create()`, so when this value is returned to the RP in an assertion it will now look like the string value originally specified in attestation options, instead of the base64url-encoded version of that string “for some reason”.
2021-04-15Add bufferToUTF8StringMatthew Miller
2021-04-15Rename toUint8Array to stringToArrayBufferMatthew Miller
2021-03-10Run `npm lint`Matthew Miller
2021-02-05Add extension tests for startAssertionMatthew Miller
2021-02-05Add extension tests for startAttestationMatthew Miller
2021-02-05Send back extension results from BrowserMatthew Miller
2021-02-05Add extensions placeholder in startAttestationMatthew Miller
2020-12-21remove global text encoderAntoine Cormouls
2020-12-07review fxesAntoine Cormouls
2020-12-07review fixesAntoine Cormouls