index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
helpers
/
iso
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
Clarify string encoding on isoBase64URL methods
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-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
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-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
Update verifyOKP tests
Matthew Miller
2023-08-17
Don't mutate original CBOR bytes
Matthew Miller
2023-08-16
Add missing await
Matthew Miller
2023-08-16
Remove unused old WebCrypto import
Matthew Miller
2023-08-16
Run `deno fmt` on everything
Matthew Miller
2023-08-16
Add getWebCrypto to isoCrypto
Matthew Miller
2023-08-16
Run `ddi fmt` over src/
Matthew Miller
2023-08-16
Move @peculiar libs to deps.ts
Matthew Miller
2023-08-16
Move more deps into deps.ts
Matthew Miller
2023-08-16
Address `deno lint` issues
Matthew Miller
2023-08-16
Map cbor-x to deno.land
Matthew Miller
2023-08-16
Change @hexagon/base64 to point to deno.land
Matthew Miller
2023-08-16
Add file extensions to imports
Matthew Miller
2022-12-18
Add note about unwrapping signature
Matthew Miller
2022-12-18
Pull out EC2 signature unwrapping into helper
Matthew Miller
2022-12-15
Refine COSE alg mapper errors
Matthew Miller
2022-12-15
Map RS1 COSE alg to WebCrypto alg name
Matthew Miller
2022-12-01
Address PR feedback
Matthew Miller
2022-11-29
Run linting on everything
Matthew Miller
2022-11-29
Update server to use iso-webcrypto
Matthew Miller
2022-11-21
Set proper salt lengths for RSA-PSS
Matthew Miller
2022-11-21
Make mapCoseAlgToWebCryptoAlg more readable
Matthew Miller
[next]