index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
assertion
/
verifyAssertionResponse.ts
Age
Commit message (
Expand
)
Author
2021-08-23
start server package movements
Jarrett Helton
2021-08-21
renaming assertion -> authentication
Jarrett Helton
2021-03-10
Run `npm lint`
Matthew Miller
2021-02-19
use opts for response options
Jarrett Helton
2021-02-19
Rename option types, change export syntax
Jarrett Helton
2021-02-18
revert named function change for module
Jarrett Helton
2021-02-18
moving to named exports and exporting types
Jarrett Helton
2021-02-03
Revert userHandle validation during assertion
Matthew Miller
2021-02-03
Update JSDocs for new return types
Matthew Miller
2021-02-03
Rename verifyAssertionResponse authenticatorInfo
Matthew Miller
2021-02-03
Update return value from assertion verification
Matthew Miller
2021-02-02
Refactor PEM converter to accept Buffer
Matthew Miller
2021-02-02
Ensure that assertion’s userHandle is same as RP’s
Matthew Miller
2021-01-21
Rename variables to match existing naming
Matthew Miller
2021-01-21
Update JSDocs for verify methods
Matthew Miller
2021-01-21
Support multiple expected RP IDs
Matthew Miller
2021-01-21
Support multiple expected origins
Matthew Miller
2020-11-26
chore: remove dom lib reference from server package
Jonathan Stewmon
2020-09-08
Convert public key to PEM during assertion
Matthew Miller
2020-09-07
Rename method for converting X.509 certs to PEM
Matthew Miller
2020-07-29
Update verification methods for encoded challenges
Matthew Miller
2020-07-12
Allow userHandle to be optional in assertion
Matthew Miller
2020-07-07
Update verifyAssertionRespones to pass conformance
Matthew Miller
2020-07-05
Add various checks to assertion verifier
Matthew Miller
2020-06-07
Stop decoding challenge in clientDataJSON
Matthew Miller
2020-06-07
Simplify signature base concat during assertion
Matthew Miller
2020-06-07
Enable requiring user verification while verifying
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
Standardize on use of “base64url” where applicable
Matthew Miller
2020-06-01
Update AuthenticatorDevice type def
Matthew Miller
2020-06-01
Move some enums and types out of types package
Matthew Miller
2020-06-01
Refactor verify methods to new response structure
Matthew Miller
2020-05-29
Remove @helpers path from server tsconfig
Matthew Miller
2020-05-26
Rename WebAuthntine to SimpleWebAuthn
Matthew Miller
2020-05-25
Run Prettier over everything
Matthew Miller
2020-05-24
Get your peanut butter out of my jelly
Matthew Miller
2020-05-24
Check challenges in attestations and assertions
Matthew Miller
2020-05-23
Remove unused variable
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
Relocate some authData unpacking during assertion
Matthew Miller
2020-05-22
Add user presence requirement to assertion
Matthew Miller
2020-05-22
Convert parseAttestationAuthData to helper
Matthew Miller
2020-05-22
Mirror attestation authData returned in assertion
Matthew Miller
2020-05-22
Return counter in assertion verification
Matthew Miller
2020-05-21
Remove all console logging
Matthew Miller
2020-05-21
Check response counter sooner
Matthew Miller
2020-05-21
Fix some error messaging
Matthew Miller
2020-05-20
Refine type naming
Matthew Miller
[next]