summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/assertion/verifyAssertionResponse.ts
AgeCommit message (Expand)Author
2021-08-23start server package movementsJarrett Helton
2021-08-21renaming assertion -> authenticationJarrett Helton
2021-03-10Run `npm lint`Matthew Miller
2021-02-19use opts for response optionsJarrett Helton
2021-02-19Rename option types, change export syntaxJarrett Helton
2021-02-18revert named function change for moduleJarrett Helton
2021-02-18moving to named exports and exporting typesJarrett Helton
2021-02-03Revert userHandle validation during assertionMatthew Miller
2021-02-03Update JSDocs for new return typesMatthew Miller
2021-02-03Rename verifyAssertionResponse authenticatorInfoMatthew Miller
2021-02-03Update return value from assertion verificationMatthew Miller
2021-02-02Refactor PEM converter to accept BufferMatthew Miller
2021-02-02Ensure that assertion’s userHandle is same as RP’sMatthew Miller
2021-01-21Rename variables to match existing namingMatthew Miller
2021-01-21Update JSDocs for verify methodsMatthew Miller
2021-01-21Support multiple expected RP IDsMatthew Miller
2021-01-21Support multiple expected originsMatthew Miller
2020-11-26chore: remove dom lib reference from server packageJonathan Stewmon
2020-09-08Convert public key to PEM during assertionMatthew Miller
2020-09-07Rename method for converting X.509 certs to PEMMatthew Miller
2020-07-29Update verification methods for encoded challengesMatthew Miller
2020-07-12Allow userHandle to be optional in assertionMatthew Miller
2020-07-07Update verifyAssertionRespones to pass conformanceMatthew Miller
2020-07-05Add various checks to assertion verifierMatthew Miller
2020-06-07Stop decoding challenge in clientDataJSONMatthew Miller
2020-06-07Simplify signature base concat during assertionMatthew Miller
2020-06-07Enable requiring user verification while verifyingMatthew Miller
2020-06-06Make verification logic adhere closer to specMatthew Miller
2020-06-05Run linting over server packageMatthew Miller
2020-06-02Standardize on use of “base64url” where applicableMatthew Miller
2020-06-01Update AuthenticatorDevice type defMatthew Miller
2020-06-01Move some enums and types out of types packageMatthew Miller
2020-06-01Refactor verify methods to new response structureMatthew Miller
2020-05-29Remove @helpers path from server tsconfigMatthew Miller
2020-05-26Rename WebAuthntine to SimpleWebAuthnMatthew Miller
2020-05-25Run Prettier over everythingMatthew Miller
2020-05-24Get your peanut butter out of my jellyMatthew Miller
2020-05-24Check challenges in attestations and assertionsMatthew Miller
2020-05-23Remove unused variableMatthew Miller
2020-05-23Ensure assertion origin starts with “https://“Matthew Miller
2020-05-22Add authenticatorInfo after assertion verificationMatthew Miller
2020-05-22Relocate some authData unpacking during assertionMatthew Miller
2020-05-22Add user presence requirement to assertionMatthew Miller
2020-05-22Convert parseAttestationAuthData to helperMatthew Miller
2020-05-22Mirror attestation authData returned in assertionMatthew Miller
2020-05-22Return counter in assertion verificationMatthew Miller
2020-05-21Remove all console loggingMatthew Miller
2020-05-21Check response counter soonerMatthew Miller
2020-05-21Fix some error messagingMatthew Miller
2020-05-20Refine type namingMatthew Miller