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
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
2023-08-17
Update convertCOSEtoPKCS tests
Matthew Miller
2023-08-17
Update convertCertBufferToPEM tests
Matthew Miller
2023-08-17
Update verifyOKP tests
Matthew Miller
2023-08-17
Update convertAAGUIDToString tests
Matthew Miller
2023-08-17
Update generateRegistrationOptions tests
Matthew Miller
2023-08-17
Don't mutate original CBOR bytes
Matthew Miller
2023-08-17
Refactor verifyRegistrationResponse tests
Matthew Miller
2023-08-17
Update verifyAuthenticationResponse tests
Matthew Miller
2023-08-16
Add missing await
Matthew Miller
2023-08-16
Deal with making getRandomValues async
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
Convert typescripti-types imports 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
[next]