summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
2021-04-13Update context in Packed unit testMatthew Miller
2021-04-10Update verifications for better certInfo functionMatthew Miller
2021-04-10Refactor getCertificateInfo to use @peculiarMatthew Miller
2021-03-30Update getCertificateInfo() to handle hExtV errorMatthew Miller
2021-03-30Add Packed unit test w/Chrome virt. authenticatorMatthew Miller
2021-03-10Run `npm lint`Matthew Miller
2021-03-10Remove unused importMatthew Miller
2021-02-19clean up diffJarrett Helton
2021-02-19flip line 6 and 7 for diffJarrett Helton
2021-02-19use opts for response optionsJarrett Helton
2021-02-19Rename option types, change export syntaxJarrett Helton
2021-02-18EOL fixJarrett Helton
2021-02-18export types, needs testing in example appJarrett Helton
2021-02-18revert named function change for moduleJarrett Helton
2021-02-18moving to named exports and exporting typesJarrett Helton
2021-02-06Update unit tests for req’d clientExtensionResultsMatthew Miller
2021-02-04Add additional attestation return value checksMatthew Miller
2021-02-04Roll back some logging in MetadataServiceMatthew Miller
I thought anylogger would be a good choice for logging but it lead to the following blocker of a bug: https://github.com/Download/anylogger/issues/17 I didn’t want to forget where I logged, though, so I’m leaving it all in but commented out.
2021-02-04Revert generateAttestationOptions testsMatthew Miller
2021-02-04Restore userID argument in attestation optionsMatthew Miller
2021-02-03Make userHandle on AuthenticatorDevice optionalMatthew Miller
Better aligns with the fact that `response.userHandle` in an assertion may be null
2021-02-03Revert userHandle validation during assertionMatthew Miller
2021-02-03Update JSDocs for new return typesMatthew Miller
2021-02-03Rename verifyAssertionResponse authenticatorInfoMatthew Miller
We’re breaking the attestation API, might as well break the assertion API as well to keep things similarly named.
2021-02-03Add unit tests for generateUserHandleMatthew Miller
2021-02-03Update unit testsMatthew Miller
2021-02-03Update return value from assertion verificationMatthew Miller
2021-02-03Add test for new userHandle generationMatthew Miller
2021-02-03Fix unit testsMatthew Miller
2021-02-03Add additional logging to MetadataServiceMatthew Miller
2021-02-03Add new setState on MetadataService for loggingMatthew Miller
2021-02-03Create new logging moduleMatthew Miller
2021-02-02Update options generators to map cred BuffersMatthew Miller
2021-02-02Return attestationObject as BufferMatthew Miller
2021-02-02Rename rawAttestationObjectMatthew Miller
2021-02-02Refactor PEM converter to accept BufferMatthew Miller
2021-02-02Ensure that assertion’s userHandle is same as RP’sMatthew Miller
2021-02-02Generate user.id when creating attestation optsMatthew Miller
2021-02-02Add new generateUserHandle helperMatthew Miller
2021-02-02Return credentialType instead of typeMatthew Miller
2021-02-02Rename ATTESTATION_FORMATS enum to singularMatthew Miller
2021-02-02Add raw attestation object to infoMatthew Miller
2021-02-02Move userVerified into attestationInfoMatthew Miller
2021-02-02Rename verified info blob for greater flexibilityMatthew Miller
2021-02-02Return raw credential BuffersMatthew Miller
2021-02-02Return more authenticator info from attestationMatthew Miller
2021-01-21Merge pull request #91 from MasterKale/feature/multiple-originsMatthew Miller
feature/multiple-origins
2021-01-21Rename variables to match existing namingMatthew Miller
2021-01-21Remove unexpected importMatthew Miller
2021-01-21Update JSDocs for verify methodsMatthew Miller