index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
Age
Commit message (
Collapse
)
Author
2024-07-22
chore(release): publish v10.0.1
HEAD
master
Matthew Miller
2024-07-22
Tweak error messaging
Matthew Miller
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-12
chore(release): publish v10.0.0
Matthew Miller
2024-04-12
Add tests
Matthew Miller
2024-04-12
Ensure Conditional UI has WebAuthn available
Matthew Miller
2024-04-12
Modernize server method docstrings
Matthew Miller
2024-04-12
Require rpID arg when generating auth options
Matthew Miller
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-05
Default user.displayName to empty string
Matthew Miller
2024-03-05
Tweak comment wording
Matthew Miller
2024-02-26
Update getWebCrypto for Node 20 globalThis.crypto
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-22
Make AuthenticatorDevice.credentialID a b64url str
Matthew Miller
2024-02-22
Expect base64url cred ID in authentication opts
Matthew Miller
2024-02-22
Expect base64url cred ID in registration opts
Matthew Miller
2024-02-22
Return credentialID as string after verifying reg
Matthew Miller
2024-02-22
Add isoBase64URL.trimPadding()
Matthew Miller
2024-02-22
Rename isoBase64URL.isBase64url to isBase64URL
Matthew Miller
2024-02-22
Refine typing on data arg
Matthew Miller
2024-02-16
chore(release): publish v9.0.3
Matthew Miller
2024-02-15
Update parseAuthenticatorData for new lib
Matthew Miller
2024-02-15
Replace cbor-x with tiny-cbor
Matthew Miller
2024-02-08
chore(release): publish v9.0.2
Matthew Miller
2024-02-08
Add note about webpackIgnore magic comment
Matthew Miller
2024-02-08
fix: ignore `import("node: crypto")` by webpack
Balázs Orbán
Fixes https://github.com/MasterKale/SimpleWebAuthn/issues/517
2024-01-25
chore(release): publish v9.0.1
Matthew Miller
2024-01-25
Fix edge compute issues with cbor-x dynamic functions
Gustavo Maronato
2024-01-20
Point server to new types
Matthew Miller
2024-01-20
chore(release): publish v9.0.0
Matthew Miller
2024-01-20
Punt on pointing server to new package
Matthew Miller
2024-01-20
Update DOM extract in types
Matthew Miller
2024-01-20
Update server package
Matthew Miller
[next]