summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-02-24Update Deno CI checksMatthew Miller
2024-02-24Merge pull request #529 from MasterKale/fix/528-simplify-use-of-credential-idMatthew Miller
fix/528-simplify-use-of-credential-id
2024-02-23Define a project contribution policyMatthew Miller
2024-02-22Add VS Code build task for typesMatthew Miller
2024-02-22Make AuthenticatorDevice.credentialID a b64url strMatthew Miller
2024-02-22Expect base64url cred ID in authentication optsMatthew Miller
2024-02-22Expect base64url cred ID in registration optsMatthew Miller
2024-02-22Return credentialID as string after verifying regMatthew Miller
2024-02-22Add isoBase64URL.trimPadding()Matthew Miller
2024-02-22Rename isoBase64URL.isBase64url to isBase64URLMatthew Miller
2024-02-22Merge pull request #527 from ↵Matthew Miller
MasterKale/fix/525-tweak-client-data-json-parse-arg-type fix/525-tweak-client-data-json-parse-arg-type
2024-02-22Refine typing on data argMatthew Miller
2024-02-22Update example to v9.0.3Matthew Miller
2024-02-16chore(release): publish v9.0.3Matthew Miller
2024-02-16Update CHANGELOG for v9.0.3Matthew Miller
2024-02-16Merge pull request #521 from MasterKale/fix/513-cbor-x-type-issuesMatthew Miller
fix/513-cbor-x-type-issues
2024-02-15Update parseAuthenticatorData for new libMatthew Miller
2024-02-15Replace cbor-x with tiny-cborMatthew Miller
2024-02-08chore(release): publish v9.0.2Matthew Miller
2024-02-08Update CHANGELOG for v9.0.2Matthew Miller
2024-02-08Merge pull request #518 from balazsorban44/masterMatthew Miller
fix(server): ignore `import("node:crypto")` by webpack
2024-02-08Add note about webpackIgnore magic commentMatthew Miller
2024-02-08fix: ignore `import("node: crypto")` by webpackBalázs Orbán
Fixes https://github.com/MasterKale/SimpleWebAuthn/issues/517
2024-01-25chore(release): publish v9.0.1Matthew Miller
2024-01-25Update CHANGELOG for v9.0.1Matthew Miller
2024-01-25Merge pull request #511 from Maronato/fix-cbor-index-no-evalMatthew Miller
Fix edge compute issues with cbor-x dynamic functions
2024-01-25Fix edge compute issues with cbor-x dynamic functionsGustavo Maronato
2024-01-20Update example to v9.0.0Matthew Miller
2024-01-20Point server to new typesMatthew Miller
2024-01-20chore(release): publish v9.0.0Matthew Miller
2024-01-20Update CHANGELOG for v9.0.0Matthew Miller
2024-01-20Merge pull request #508 from MasterKale/feat/502-rename-types-packageMatthew Miller
feat/502-rename-types-package
2024-01-20Update pnpm lock file for server puntMatthew Miller
2024-01-20Punt on pointing server to new packageMatthew Miller
2024-01-20Selectively update pnpm-lock.yml for renameMatthew Miller
2024-01-20Update DOM extract in typesMatthew Miller
2024-01-20Update server packageMatthew Miller
2024-01-20Update browser packageMatthew Miller
2024-01-20Update Deno convenience importsMatthew Miller
2024-01-20Update docs and other references to new nameMatthew Miller
2024-01-20Move typescript-types/ to types/Matthew Miller
2024-01-19chore(release): publish v8.3.7Matthew Miller
2024-01-19Update CHANGELOG for v8.3.7Matthew Miller
2024-01-19Merge pull request #507 from ↵Matthew Miller
MasterKale/fix/503-consistent-utf8-challenge-strings fix/503-consistent-utf8-challenge-strings
2024-01-19Tweak CI checksMatthew Miller
2024-01-19Ensure the same for authentication optionsMatthew Miller
2024-01-19Treat custom challenge strings as UTF-8 stringsMatthew Miller
2024-01-19Merge pull request #505 from zoontek/export-webauthn-errorMatthew Miller
Export WebAuthnError
2024-01-19Merge pull request #504 from mmv08/types/export-additional-cose-pubkey-typesMatthew Miller
Export algorithm-specific `COSEPublicKey` types in the server package
2024-01-18Export WebAuthnErrorMathieu Acthernoene