index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
assertion
/
verifyAssertionResponse.test.ts
Age
Commit message (
Expand
)
Author
2021-08-23
start server package movements
Jarrett Helton
2021-08-21
renaming assertion -> authentication
Jarrett Helton
2021-02-06
Update unit tests for req’d clientExtensionResults
Matthew Miller
2021-02-03
Make userHandle on AuthenticatorDevice optional
Matthew Miller
2021-02-03
Rename verifyAssertionResponse authenticatorInfo
Matthew Miller
2021-02-03
Update unit tests
Matthew Miller
2021-01-21
Support multiple expected RP IDs
Matthew Miller
2021-01-21
Support multiple expected origins
Matthew Miller
2020-09-09
Clarify in test that any TPM assertion will do
Matthew Miller
2020-09-09
Upgrade existing assertion test public keys
Matthew Miller
2020-09-08
Skip broken test for now
Matthew Miller
2020-08-29
Add real TPM assertion test
Matthew Miller
2020-07-29
Update server tests
Matthew Miller
2020-07-12
Fix assertion tests
Matthew Miller
2020-06-07
Enable requiring user verification while verifying
Matthew Miller
2020-06-06
Tweak existing assertion test authenticator counter
Matthew Miller
2020-06-06
Add assertion verification test for RP ID check
Matthew Miller
2020-06-06
Add unit test for verifying first-time assertion
Matthew Miller
2020-06-06
Make verification logic adhere closer to spec
Matthew Miller
2020-06-05
Run linting over server package
Matthew Miller
2020-06-02
Fix verifyAssertionResponse tests
Matthew Miller
2020-06-01
Refactor verify methods to new response structure
Matthew Miller
2020-05-25
Run Prettier over everything
Matthew Miller
2020-05-24
Fix unit tests
Matthew Miller
2020-05-24
Check challenges in attestations and assertions
Matthew Miller
2020-05-23
Remove old comment from verify assertion test
Matthew Miller
2020-05-23
Remove console.log from unit test
Matthew Miller
2020-05-23
Ensure assertion origin starts with “https://“
Matthew Miller
2020-05-22
Add authenticatorInfo after assertion verification
Matthew Miller
2020-05-22
Convert parseAttestationAuthData to helper
Matthew Miller
2020-05-21
Update throw tests in server
Matthew Miller
2020-05-21
Finish testing verifyAssertionResponse
Matthew Miller
2020-05-21
Remove null userHandle from server test
Matthew Miller
2020-05-20
Initialize lerna project and move code to `server`
Matthew Miller