summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/authentication/generateAuthenticationOptions.ts
AgeCommit message (Expand)Author
2024-04-12Modernize server method docstringsMatthew Miller
2024-04-12Require rpID arg when generating auth optionsMatthew Miller
2024-02-22Expect base64url cred ID in authentication optsMatthew Miller
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-16Deal with making getRandomValues asyncMatthew Miller
2023-08-16Run `deno fmt` on everythingMatthew Miller
2023-08-16Run `ddi fmt` over src/Matthew Miller
2023-08-16Convert typescripti-types imports into deps.tsMatthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2022-12-10Explicitly prefer UV in auth optionsMatthew 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
2022-11-11Clean up some lingering uint8array helper refsMatthew Miller
2022-11-11Update uint8Array import pathsMatthew Miller
2022-11-06Switch to uint8array helpersMatthew Miller
2022-11-06Switch to internal base64urlMatthew Miller
2022-11-05Replace most Buffer types with Uint8ArrayMatthew Miller
2022-07-27Export named generateChallenge()Matthew Miller
2022-07-27Export named generateAuthenticationOptions()Matthew Miller
2022-05-18Point PublicKeyCredentialDescriptor to "Future"Matthew Miller
2021-08-24refactor verified responsesJarrett Helton
2021-08-23start server package movementsJarrett Helton