Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-22 | chore(release): publish v10.0.1HEADmaster | Matthew Miller | |
2024-07-22 | Update CHANGELOG for v10.0.1 | Matthew Miller | |
2024-07-22 | Tell VS Code Deno where to find the root config | Matthew Miller | |
2024-07-22 | Ignore a new formatting commit | Matthew Miller | |
2024-07-22 | Tweak error messaging | Matthew Miller | |
2024-07-22 | Merge pull request #594 from nlordell/fix-ecdsa-extraction | Matthew Miller | |
Fix ECDSA Signature Unwrapping | |||
2024-07-22 | Format Source Files | Nicholas Rodrigues Lordello | |
Formatted with `deno fmt --config deno.jsonc` | |||
2024-07-21 | Implement PR Review suggestions | Nicholas Rodrigues Lordello | |
Co-authored-by: Matthew Miller <matthew@millerti.me> | |||
2024-07-20 | Stricter Leading 0 Checks | Nicholas Rodrigues Lordello | |
2024-07-20 | Add Unit Tests | Nicholas Rodrigues Lordello | |
2024-07-19 | Fix ECDSA Signature Unwrapping | Nicholas Rodrigues Lordello | |
2024-04-23 | Bump Node version in README | Matthew Miller | |
2024-04-12 | Update Example to v10.0.0 | Matthew Miller | |
2024-04-12 | chore(release): publish v10.0.0 | Matthew Miller | |
2024-04-12 | Update CHANGELOG for v10.0.0 | Matthew Miller | |
2024-04-12 | Refine contribution guidelines | Matthew Miller | |
2024-04-12 | Merge 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-12 | Add tests | Matthew Miller | |
2024-04-12 | Ensure Conditional UI has WebAuthn available | Matthew Miller | |
2024-04-12 | Merge pull request #556 from MasterKale/fix/554-server-docstrings-tlc | Matthew Miller | |
fix/554-server-docstrings-tlc | |||
2024-04-12 | Modernize server method docstrings | Matthew Miller | |
2024-04-12 | Merge pull request #555 from MasterKale/fix/553-require-rp-id-auth-options | Matthew Miller | |
fix/553-require-rp-id-auth-options | |||
2024-04-12 | Require rpID arg when generating auth options | Matthew Miller | |
2024-04-12 | Merge pull request #552 from MasterKale/feat/530-remove-user-id-footgun | Matthew Miller | |
feat/530-remove-user-id-footgun | |||
2024-04-12 | Update uses of base64url string methods | Matthew Miller | |
2024-04-12 | Clarify string encoding on isoBase64URL methods | Matthew Miller | |
2024-04-12 | Remove trailing close parenthesis | Matthew Miller | |
2024-04-12 | Tweak userHandle type | Matthew Miller | |
2024-04-12 | Explicitly disallow string userIDs | Matthew Miller | |
2024-04-12 | Rename options JSON args in browser methods | Matthew Miller | |
2024-04-11 | Update generateRegistrationOptions tests | Matthew Miller | |
2024-04-11 | Remove UTF-8 string helpers from browser | Matthew Miller | |
2024-04-11 | Treat userHandle as base64url string during auth | Matthew Miller | |
2024-04-11 | Treat user.id as base64url string during reg | Matthew Miller | |
2024-04-11 | Generate user IDs by default | Matthew Miller | |
2024-04-11 | Add method to generate user IDs | Matthew Miller | |
2024-03-06 | Merge pull request #538 from ↵ | Matthew Miller | |
MasterKale/fix/536-default-displayname-to-empty-string fix/536-default-displayname-to-empty-string | |||
2024-03-05 | Default user.displayName to empty string | Matthew Miller | |
2024-03-05 | Merge pull request #535 from ↵ | Matthew Miller | |
MasterKale/feat/532-update-getwebcrypto-node-v20-smaller Update getWebCrypto for Node 20 (Approach 2) | |||
2024-03-05 | Tweak comment wording | Matthew Miller | |
2024-02-26 | Update getWebCrypto for Node 20 globalThis.crypto | Matthew Miller | |
2024-02-25 | Merge pull request #531 from MasterKale/feat/519-raise-minimum-node-version-v20 | Matthew Miller | |
feat/519-raise-minimum-node-version-v20 | |||
2024-02-25 | 22 isn't LTS yet so we can't test it | Matthew Miller | |
2024-02-24 | Update root README for Deno 1.41.0 | Matthew Miller | |
2024-02-24 | Update VS Code settings for Deno 1.41.0 | Matthew Miller | |
2024-02-24 | Update server Deno lock file | Matthew Miller | |
2024-02-24 | Update server Node package.json | Matthew Miller | |
2024-02-24 | Update READMEs to indicate Node 20+ | Matthew Miller | |
2024-02-24 | Update Example project Node types | Matthew Miller | |
2024-02-24 | Update Node CI checks to 20 and 22 | Matthew Miller | |