summaryrefslogtreecommitdiffhomepage
path: root/example/index.ts
AgeCommit message (Expand)Author
2024-04-12Update Example to v10.0.0Matthew Miller
2024-01-20Update example to v9.0.0Matthew Miller
2023-12-28Tweak comment wordingMatthew Miller
2023-12-28Add links to passkeys.dev about "preferred"Matthew Miller
2023-12-28Do the same for authenticationMatthew Miller
2023-12-28Prefer UV but be okay without itMatthew Miller
2023-09-04Update example to server v8.1.0Matthew Miller
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-18Run `deno fmt` on example projectMatthew Miller
2023-08-18Remove eslintMatthew Miller
2023-08-04Replace base64url with isoBase64URLTelluu
2023-01-05Adds httpOnly flagMoritz Friedrich
2023-01-05Add sessions to the example appMoritz Friedrich
2023-01-05Update example to v7.0.0Matthew Miller
2022-08-16Update example to v6.0.0Matthew Miller
2022-07-05Fix credential ID comparison in examplenflaig
2022-07-04Return 400 response on unknown authenticatorMatthew Miller
2022-07-04Allow transports to be undefinedMatthew Miller
2022-07-04Require resident key in exampleMatthew Miller
2022-04-27Update example to v5.1.0Matthew Miller
2022-04-02Remove old `requireResidentKey` from exampleMatthew Miller
2022-04-02Add RP_ID env var to exampleMatthew Miller
2022-02-10Switch to none attestation in exampleMatthew Miller
2022-02-10Require user verification in example serverMatthew Miller
2021-11-11Use actual transports in exampleMatthew Miller
2021-08-27Update example to v4.0.0Matthew Miller
2021-07-08Support two most common algorithmsMatthew Miller
2021-07-08Persist and return actual transportsMatthew Miller
2021-03-10Update Conformance example RP ID and originMatthew Miller
2021-02-22Add ENABLE_HTTPS env var for easier localhostMatthew Miller
2021-02-20Update Example to v2.2.0Matthew Miller
2021-02-19clean up diffJarrett Helton
2021-02-19flip line 6 and 7 for diffJarrett Helton
2021-02-19revert example, stop commiting itJarrett Helton
2021-02-19Rename option types, change export syntaxJarrett Helton
2021-02-18formattingJarrett Helton
2021-02-18revertJarrett Helton
2021-02-18export types, needs testing in example appJarrett Helton
2021-02-05Update example to v2.0.0Matthew Miller
2020-12-22Improve typing in ExampleMatthew Miller
2020-11-16Output rpID to console for easier launchingMatthew Miller
2020-11-16Specify an env var to enable conformance supportMatthew Miller
2020-11-16Move LoggedInUser type to .d.ts fileMatthew Miller
2020-11-16Update code to TypeScriptMatthew Miller
2020-11-16Rename `origin` to avoid DOM lib collisionMatthew Miller
2020-11-16Rename index.js to index.tsMatthew Miller