summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-10-02Tweak error messageMatthew Miller
2023-10-02Update testsMatthew Miller
2023-10-02Require "webauthn" be solo or at the endMatthew Miller
2023-10-02chore(release): publish v8.3.0Matthew Miller
2023-10-02Update CHANGELOG to v8.3.0Matthew Miller
2023-10-02Update build tasks to use pnpmMatthew Miller
2023-10-02Merge pull request #449 from MasterKale/feat/448-manual-ceremony-cancellationMatthew Miller
feat/448-manual-ceremony-cancellation
2023-09-28Add export testMatthew Miller
2023-09-28Fix capitalization issueMatthew Miller
2023-09-28Expose WebauthnAbortService as package exportMatthew Miller
2023-09-28Add new method to manually cancel active ceremonyMatthew Miller
2023-09-28Refine commentsMatthew Miller
2023-09-28Rename webauthnAbortServiceMatthew Miller
2023-09-28chore(release): publish v8.2.1Matthew Miller
2023-09-28Update CHANGELOG to v8.2.1Matthew Miller
2023-09-28Merge pull request #447 from MasterKale/feat/good-webauthn-stewardshipMatthew Miller
feat/good-webauthn-stewardship
2023-09-28Silenec warnings during testsMatthew Miller
2023-09-28Visibly warn when we can encourage positive changeMatthew Miller
2023-09-27Simplify publish commands in HANDBOOKMatthew Miller
2023-09-27chore(release): publish v8.2.0Matthew Miller
2023-09-27Update CHANGELOG to v8.2.0Matthew Miller
2023-09-27Merge pull request #444 from MasterKale/feat/export-base64url-helpers-browserMatthew Miller
feat/export-base64url-helpers-browser
2023-09-27Might as well fix one test and add a missing oneMatthew Miller
2023-09-27Add testsMatthew Miller
2023-09-27Export both base64url helpersMatthew Miller
2023-09-27Merge pull request #436 from opennetwork/expected-typeMatthew Miller
Add `expectedType` for verifyAuthenticationResponse and verifyRegistrationResponse
2023-09-27Merge pull request #443 from MasterKale/fix/438-handle-bad-publickey-gettersMatthew Miller
fix/438-handle-bad-publickey-getters
2023-09-27Add testsMatthew Miller
2023-09-27Swallow errors from getters during registrationMatthew Miller
2023-09-27Merge pull request #441 from ↵Matthew Miller
MasterKale/fix/440-handle-malformed-authdata-firefox-117 fix/440-handle-malformed-authdata-firefox-117
2023-09-23Remove a console.logMatthew Miller
2023-09-23Clarify some commentsMatthew Miller
2023-09-23Fix issue with VS Code Deno extensionMatthew Miller
2023-09-23Add testMatthew Miller
2023-09-23Detect and fix bad bytesMatthew Miller
2023-09-23Refine the bootstrapping processMatthew Miller
2023-09-21Add browser extension example to bug templateMatthew Miller
2023-09-21Update server deno dependenciesMatthew Miller
2023-09-13Add tests for expectedTypeFabian Cook
2023-09-13Add monorepo bootstrap commandMatthew Miller
2023-09-12expectedType for verifyRegistrationResponseFabian Cook
Related to https://github.com/MasterKale/SimpleWebAuthn/discussions/402
2023-09-12expectedType for verifyAuthenticationResponseFabian Cook
Related to https://github.com/MasterKale/SimpleWebAuthn/discussions/402
2023-09-04Update example for v8.1.1Matthew Miller
2023-09-04chore(release): publish v8.1.1Matthew Miller
2023-09-04Update CHANGELOG to v8.1.1Matthew Miller
2023-09-04Merge pull request #434 from MasterKale/fix/430-make-debug-logging-noopMatthew Miller
fix/430-make-debug-logging-noop
2023-09-04Make debug logging a noop for nowMatthew Miller
2023-09-04Update example to server v8.1.0Matthew Miller
2023-08-30Fix typo in changelogMatthew Miller
2023-08-30Update HandbookMatthew Miller