summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2024-07-22chore(release): publish v10.0.1HEADmasterMatthew Miller
2024-07-22Tweak error messagingMatthew Miller
2024-07-22Format Source FilesNicholas Rodrigues Lordello
Formatted with `deno fmt --config deno.jsonc`
2024-07-21Implement PR Review suggestionsNicholas Rodrigues Lordello
Co-authored-by: Matthew Miller <matthew@millerti.me>
2024-07-20Stricter Leading 0 ChecksNicholas Rodrigues Lordello
2024-07-20Add Unit TestsNicholas Rodrigues Lordello
2024-07-19Fix ECDSA Signature UnwrappingNicholas Rodrigues Lordello
2024-04-12chore(release): publish v10.0.0Matthew Miller
2024-04-12Add testsMatthew Miller
2024-04-12Ensure Conditional UI has WebAuthn availableMatthew Miller
2024-04-12Modernize server method docstringsMatthew Miller
2024-04-12Require rpID arg when generating auth optionsMatthew Miller
2024-04-12Update uses of base64url string methodsMatthew Miller
2024-04-12Clarify string encoding on isoBase64URL methodsMatthew Miller
2024-04-12Remove trailing close parenthesisMatthew Miller
2024-04-12Tweak userHandle typeMatthew Miller
2024-04-12Explicitly disallow string userIDsMatthew Miller
2024-04-12Rename options JSON args in browser methodsMatthew Miller
2024-04-11Update generateRegistrationOptions testsMatthew Miller
2024-04-11Remove UTF-8 string helpers from browserMatthew Miller
2024-04-11Treat userHandle as base64url string during authMatthew Miller
2024-04-11Treat user.id as base64url string during regMatthew Miller
2024-04-11Generate user IDs by defaultMatthew Miller
2024-04-11Add method to generate user IDsMatthew Miller
2024-03-05Default user.displayName to empty stringMatthew Miller
2024-03-05Tweak comment wordingMatthew Miller
2024-02-26Update getWebCrypto for Node 20 globalThis.cryptoMatthew Miller
2024-02-24Update server Deno lock fileMatthew Miller
2024-02-24Update server Node package.jsonMatthew Miller
2024-02-24Update READMEs to indicate Node 20+Matthew 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-22Refine typing on data argMatthew Miller
2024-02-16chore(release): publish v9.0.3Matthew Miller
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-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-25Fix edge compute issues with cbor-x dynamic functionsGustavo Maronato
2024-01-20Point server to new typesMatthew Miller
2024-01-20chore(release): publish v9.0.0Matthew Miller
2024-01-20Punt on pointing server to new packageMatthew Miller
2024-01-20Update DOM extract in typesMatthew Miller
2024-01-20Update server packageMatthew Miller