summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-07-22chore(release): publish v10.0.1HEADmasterMatthew Miller
2024-07-22Update CHANGELOG for v10.0.1Matthew Miller
2024-07-22Tell VS Code Deno where to find the root configMatthew Miller
2024-07-22Ignore a new formatting commitMatthew Miller
2024-07-22Tweak error messagingMatthew Miller
2024-07-22Merge pull request #594 from nlordell/fix-ecdsa-extractionMatthew Miller
Fix ECDSA Signature Unwrapping
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-23Bump Node version in READMEMatthew Miller
2024-04-12Update Example to v10.0.0Matthew Miller
2024-04-12chore(release): publish v10.0.0Matthew Miller
2024-04-12Update CHANGELOG for v10.0.0Matthew Miller
2024-04-12Refine contribution guidelinesMatthew Miller
2024-04-12Merge pull request #557 from ↵Matthew Miller
MasterKale/fix/544-ensure-webauthn-available-autofill-feature-check fix/544-ensure-webauthn-available-autofill-feature-check
2024-04-12Add testsMatthew Miller
2024-04-12Ensure Conditional UI has WebAuthn availableMatthew Miller
2024-04-12Merge pull request #556 from MasterKale/fix/554-server-docstrings-tlcMatthew Miller
fix/554-server-docstrings-tlc
2024-04-12Modernize server method docstringsMatthew Miller
2024-04-12Merge pull request #555 from MasterKale/fix/553-require-rp-id-auth-optionsMatthew Miller
fix/553-require-rp-id-auth-options
2024-04-12Require rpID arg when generating auth optionsMatthew Miller
2024-04-12Merge pull request #552 from MasterKale/feat/530-remove-user-id-footgunMatthew Miller
feat/530-remove-user-id-footgun
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-06Merge pull request #538 from ↵Matthew Miller
MasterKale/fix/536-default-displayname-to-empty-string fix/536-default-displayname-to-empty-string
2024-03-05Default user.displayName to empty stringMatthew Miller
2024-03-05Merge pull request #535 from ↵Matthew Miller
MasterKale/feat/532-update-getwebcrypto-node-v20-smaller Update getWebCrypto for Node 20 (Approach 2)
2024-03-05Tweak comment wordingMatthew Miller
2024-02-26Update getWebCrypto for Node 20 globalThis.cryptoMatthew Miller
2024-02-25Merge pull request #531 from MasterKale/feat/519-raise-minimum-node-version-v20Matthew Miller
feat/519-raise-minimum-node-version-v20
2024-02-2522 isn't LTS yet so we can't test itMatthew Miller
2024-02-24Update root README for Deno 1.41.0Matthew Miller
2024-02-24Update VS Code settings for Deno 1.41.0Matthew 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-24Update Example project Node typesMatthew Miller
2024-02-24Update Node CI checks to 20 and 22Matthew Miller