summaryrefslogtreecommitdiffhomepage
path: root/packages/browser
AgeCommit message (Collapse)Author
2022-04-02chore(release): publish v5.0.0Matthew 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-09-01chore(release): publish v4.1.0Matthew Miller
2021-08-31Update testsMatthew Miller
2021-08-31Make sure WebAuthn is available before isUVPAAMatthew Miller
2021-08-27chore(release): publish v4.0.0Matthew Miller
2021-08-27Keep browser on typescript@~4.3.5Matthew 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-06-18chore(release): publish v3.1.0Matthew Miller
2021-06-17get back ES5 UMD bundleakanass
2021-06-17update documentation to only have ES2018 version and a simple unpkg with the ↵akanass
new entry declared in package.json
2021-06-17update to have ES2018 in main entry and declare unpkg entry as well + update ↵akanass
devDependencies
2021-06-17change build system to only have ES2018 versionakanass
2021-04-17chore(release): publish v3.0.0Matthew Miller
2021-04-17Clean up browser READMEMatthew Miller
2021-04-17Re-enable version injection in build artifactsMatthew Miller
2021-04-17Update rollup-plugin-version-injector to v1.3.3Matthew Miller
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-04-15change package.json to have new `main:es2018` entryakanass
2021-04-15change documentation to point on new `main:es2018` entryakanass
2021-04-15fix documentationakanass