index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
helpers
Age
Commit message (
Collapse
)
Author
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
Update uses of base64url string methods
Matthew Miller
2024-04-12
Clarify string encoding on isoBase64URL methods
Matthew Miller
2024-04-11
Add method to generate user IDs
Matthew Miller
2024-03-05
Tweak comment wording
Matthew Miller
2024-02-26
Update getWebCrypto for Node 20 globalThis.crypto
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-15
Update parseAuthenticatorData for new lib
Matthew Miller
2024-02-15
Replace cbor-x with tiny-cbor
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-10
Export additional COSEPubKey types in the server package
Mikhail
2023-10-27
Remove console.log statements
Matthew Miller
2023-10-27
Update tests
Matthew Miller
2023-10-27
Make node:crypto import more resilient
Matthew Miller
2023-10-26
Fix tests in build
Matthew Miller
2023-10-26
Add more test coverage
Matthew Miller
2023-10-26
Remove console.log
Matthew Miller
2023-10-26
Add tests
Matthew Miller
2023-10-26
Try to use globalThis.crypto first
Matthew Miller
2023-10-25
Update test to ensure we restore authData
Matthew Miller
2023-10-25
Restore flipped bit after handling bad CBOR
Matthew Miller
2023-09-23
Remove a console.log
Matthew Miller
2023-09-23
Clarify some comments
Matthew Miller
2023-09-23
Add test
Matthew Miller
2023-09-23
Detect and fix bad bytes
Matthew Miller
2023-09-04
Make debug logging a noop for now
Matthew Miller
2023-08-23
Fix dynamic import attempt
Matthew Miller
2023-08-22
Move @hexagon/base64 import into deps.ts
Matthew Miller
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-18
Fix issue with getWebCrypto in Node
Matthew Miller
2023-08-18
Finish thought in getWebCrypto
Matthew Miller
2023-08-18
Remove more eslint comments from server
Matthew Miller
2023-08-17
Create new fetch helper
Matthew Miller
2023-08-17
Remove Jest mocks
Matthew Miller
2023-08-17
Update toHash tests
Matthew Miller
2023-08-17
Update parseBackupFlags tests
Matthew Miller
2023-08-17
Update parseAuthenticatorData tests
Matthew Miller
2023-08-17
Update generateChallenge tests
Matthew Miller
2023-08-17
Update decodeClientDataJSON tests
Matthew Miller
2023-08-17
Update decodeAuthenticatorExtensions tests
Matthew Miller
2023-08-17
Update decodeAttestationObject tests
Matthew Miller
2023-08-17
Update convertPEMToBytes test
Matthew Miller
[next]