index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
helpers
/
verifySignature.ts
Age
Commit message (
Expand
)
Author
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-17
Refactor verifyRegistrationResponse tests
Matthew Miller
2023-08-16
Run `deno fmt` on everything
Matthew Miller
2023-08-16
Address `deno lint` issues
Matthew Miller
2023-08-16
Add file extensions to imports
Matthew Miller
2022-12-15
Rename two verifySignature() arguments
Matthew Miller
2022-11-19
Streamline calls to verifySignature()
Matthew Miller
2022-11-17
Update verifySignature() options
Matthew Miller
2022-11-16
Go ham on adding more type guards
Matthew Miller
2022-11-16
Tweak verifySignature argument name
Matthew Miller
2022-11-16
Update calls to verifySignature()
Matthew Miller
2022-11-16
Support leaf cert sig verification
Matthew Miller
2022-11-16
Make new isoVerify default sig verifier for pubkey
Matthew Miller
2022-11-16
Rename credentialPublicKey argument
Matthew Miller
2022-11-16
Use new isoCrypto for EC sig verification
Matthew Miller
2022-11-12
Figure out a better pattern for exposing iso funcs
Matthew Miller
2022-11-12
Rename isomorphic helpers to avoid collision?
Matthew Miller
2022-11-11
Refactor to use cbor helpers
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-05
Replace most Buffer types with Uint8Array
Matthew Miller
2022-08-16
Run linting over changes
Matthew Miller
2022-08-16
Make verifySignature more robust
Matthew Miller
2022-07-27
Export named verifySignature()
Matthew Miller
2020-06-22
Add ability to specify an algo when verifying sig
Matthew Miller
2020-05-25
Run Prettier over everything
Matthew Miller
2020-05-20
Initialize lerna project and move code to `server`
Matthew Miller