summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/decodeClientDataJSON.ts
AgeCommit message (Collapse)Author
2024-04-12Update uses of base64url string methodsMatthew Miller
2024-02-22Refine typing on data argMatthew 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-16Add file extensions to importsMatthew Miller
2022-11-20Run linter over everythingMatthew Miller
2022-11-12Figure out a better pattern for exposing iso funcsMatthew Miller
2022-11-12Rename isomorphic helpers to avoid collision?Matthew Miller
I think `helpers/uint8Array.ts` might conflict with CI's ability to resolve the global `Uint8Array` when I `import * as uint8Array`...just a hunch. I decided to rename all the helpers too to help keep them grouped together.
2022-11-11Replace use of base64url dep in clientDataJSONMatthew Miller
2022-07-27Export named decodeClientDataJSON()Matthew Miller
2021-08-22Gather together all existing helpers and typesMatthew Miller
2020-06-07Add more properties to ClientDataJSON typeMatthew Miller
2020-06-07Stop decoding challenge in clientDataJSONMatthew Miller
2020-06-05Use base64url to decode clientDataJSONMatthew Miller
2020-06-05Replace “base64” with “base64url” in some commentsMatthew Miller
2020-06-05Replace asciiToBinary with more base64url usageMatthew Miller
2020-06-01Move some enums and types out of types packageMatthew Miller
2020-05-26Rename WebAuthntine to SimpleWebAuthnMatthew Miller
2020-05-24Decode `challenge` when decoding client dataMatthew Miller
2020-05-20Import server types from “types” packageMatthew Miller
2020-05-20Initialize lerna project and move code to `server`Matthew Miller