summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/parseAuthenticatorData.ts
AgeCommit message (Expand)Author
2024-02-15Update parseAuthenticatorData for new libMatthew Miller
2023-10-25Restore flipped bit after handling bad CBORMatthew Miller
2023-09-23Remove a console.logMatthew Miller
2023-09-23Clarify some commentsMatthew Miller
2023-09-23Detect and fix bad bytesMatthew Miller
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-17Update verifyAuthenticationResponse testsMatthew Miller
2023-08-16Run `deno fmt` on everythingMatthew Miller
2023-08-16Run `ddi fmt` over src/Matthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2022-11-19Split out COSE-specific valuesMatthew Miller
2022-11-12Figure out a better pattern for exposing iso funcsMatthew Miller
2022-11-12Rename isomorphic helpers to avoid collision?Matthew Miller
2022-11-11Refactor parseAuthenticatorDataMatthew Miller
2022-11-05Replace most Buffer types with Uint8ArrayMatthew Miller
2022-07-28Run `npm run lint`Matthew Miller
2022-07-27Export named parseAuthenticatorData()Matthew Miller
2022-07-23RevertEiji Kitamura
2022-07-22RenameEiji Kitamura
2022-07-22Fix for #230Eiji Kitamura
2022-07-22Fixes to reflect commentsEiji Kitamura
2022-05-15Tweak wording to reflect related spec diffMatthew Miller
2022-05-15Parse bits 3 and 4 for backup infoMatthew Miller
2022-05-15Improve readability of flag parsingMatthew Miller
2021-08-22Fix parsing extension data in auth dataMatthew Miller
2021-07-08Switch to addition assignment for buffer slicingMatthew Miller
2020-12-10Fix an unexpected server package build issueMatthew Miller
2020-11-18chore(deps): update cbor and wrap decodeFirstSync with recoveryJonathan Stewmon
2020-09-09Explicitly cast cbor encode output to BufferMatthew Miller
2020-06-30Check for leftover bytes after parsing authDataMatthew Miller
2020-06-30Parse extensions data buffer from authDataMatthew Miller
2020-06-30Use CBOR decoder to extract pubKey from authDataMatthew Miller
2020-06-30Require minimum buffer size when parsing authDataMatthew Miller
2020-06-05Update authData parser to map returns to specMatthew Miller
2020-06-05Pass parsed authData into verification methodsMatthew Miller
2020-06-01Move some enums and types out of types packageMatthew Miller
2020-05-26Rename WebAuthntine to SimpleWebAuthnMatthew Miller
2020-05-25Run Prettier over everythingMatthew Miller
2020-05-22Convert parseAttestationAuthData to helperMatthew Miller