index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
Age
Commit message (
Collapse
)
Author
2022-11-11
Refactor more to handle CBOR maps
Matthew Miller
2022-11-11
Update verify reg resp for CBOR maps
Matthew Miller
2022-11-11
Replace more referneces to external base64url
Matthew Miller
2022-11-11
Replace some more references to Buffer
Matthew Miller
2022-11-11
Expose new helpers in helpers export
Matthew Miller
2022-11-11
Refactor decodeAuthenticatorExtensions
Matthew Miller
2022-11-11
Replace use of base64url dep in clientDataJSON
Matthew Miller
2022-11-11
Refactor to use cbor helpers
Matthew Miller
2022-11-11
Refactor parseAuthenticatorData
Matthew Miller
2022-11-11
Update uint8Array import paths
Matthew Miller
2022-11-11
Expand uint8array utils
Matthew Miller
2022-11-11
Expand base64url utils and remove default
Matthew Miller
2022-11-11
Expand decodeCborFirst into cbor utils
Matthew Miller
2022-11-06
Update COSEPublicKey typing for new cbor output
Matthew Miller
2022-11-06
Get consistent on use of decodeCborFirst
Matthew Miller
2022-11-06
Rewrite decodeCborFirst with cbor-x
Matthew Miller
2022-11-06
Switch to uint8array helpers
Matthew Miller
2022-11-06
Switch to internal base64url
Matthew Miller
2022-11-05
Replace most Buffer types with Uint8Array
Matthew Miller
2022-11-05
Add new uint8array helpers
Matthew Miller
2022-11-05
Add new base64url helpers
Matthew Miller
2022-08-22
Add more explicit typing
Matthew Miller
2022-08-22
Add `userVerified` to auth verification output
Matthew Miller
2022-08-18
Give EdDSA top priority for registration
Matthew Miller
2022-08-17
Remove setting residentKey to discouraged for FIDO
Matthew Miller
2022-08-17
Update and add tests
Matthew Miller
2022-08-17
Capture more resident key nuances from the spec
Matthew Miller
2022-08-16
Remove elliptic and node-rsa
Matthew Miller
2022-08-16
Add support for -35 hash alg
Matthew Miller
2022-08-16
Run linting over changes
Matthew Miller
2022-08-16
Simplify Packed verifier
Matthew Miller
2022-08-16
Make verifyAuthenticationResponse async
Matthew Miller
2022-08-16
Update calls to verifySignature()
Matthew Miller
2022-08-16
Make verifySignature more robust
Matthew Miller
2022-08-15
Fix test description
Matthew Miller
2022-08-15
Merge pull request #254 from MasterKale/feat/fido-conformance-optional-up
Matthew Miller
feat/fido-conformance-optional-up
2022-08-15
Merge pull request #243 from agektmr/update_dpk
Matthew Miller
`devicePublicKey` => `devicePubKey`
2022-08-16
Update tests
Eiji Kitamura
2022-08-15
Add tests
Matthew Miller
2022-08-15
Add advancedFIDOConfig.userVerification to auth
Matthew Miller
2022-08-14
Revert to optional attestation statement alg
Matthew Miller
2022-08-14
Require attestationStatementAlg in metadata verify
Matthew Miller
2022-08-14
Add new alg check to verifiers with metadata
Matthew Miller
2022-08-14
Add check for attStmt.alg against metadata
Matthew Miller
2022-08-14
Reduce string -> buffer -> string action
Matthew Miller
2022-08-14
Add unit test
Matthew Miller
2022-08-14
Don't validate cert path when self-referenced
Matthew Miller
2022-08-10
Add more useful error output
Matthew Miller
2022-08-10
Update unit test
Matthew Miller
2022-08-10
Remove duplicate alg signature
Matthew Miller
[next]