summaryrefslogtreecommitdiffhomepage
path: root/example
AgeCommit message (Collapse)Author
2021-07-08Fix spacing on debug consolesMatthew Miller
2021-07-08Add dark mode color schemeMatthew Miller
2021-07-08Add a comment to `printDebug()`Matthew Miller
2021-07-08Support two most common algorithmsMatthew Miller
2021-07-08Persist and return actual transportsMatthew Miller
2021-07-08Tweak overall stylingMatthew Miller
2021-07-08Style consolesMatthew Miller
2021-07-08Output JSON objects to consolesMatthew Miller
2021-07-08Add “consoles” for each operationMatthew Miller
2021-06-18Simplify Example down to a single pageMatthew Miller
2021-06-18Update example to v3.1.0Matthew Miller
2021-04-17Update Example to v3.0.0Matthew Miller
2021-04-08Update Example with new UMD URLsMatthew Miller
2021-03-10Run `npm lint`Matthew 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-18reset package lock changesJarrett Helton
2021-02-18formattingJarrett Helton
2021-02-18revertJarrett Helton
2021-02-18export types, needs testing in example appJarrett Helton
2021-02-06Update example to v2.1.0Matthew Miller
2021-02-05Update example to v2.0.0Matthew Miller
2021-01-21Update example to v1.0.0Matthew Miller
2021-01-21Merge pull request #89 from MasterKale/feat/W3C-L2-updateMatthew Miller
feat/W3C-L2-update
2020-12-31Update Example to v0.10.6Matthew Miller
2020-12-22Improve typing in ExampleMatthew Miller
2020-12-09Run `npm upgrade` on exampleMatthew Miller
2020-12-09Update example to v0.10.5Matthew Miller
2020-12-01Update Example to v0.10.4Matthew Miller
2020-11-19Merge pull request #72 from jstewmon/example-depsMatthew Miller
fix: add missing type defs to example package.json
2020-11-19Refine LoggedInFIDOUser typeMatthew Miller
2020-11-18fix: add missing type defs to example package.jsonJonathan Stewmon
2020-11-16Add build commandMatthew Miller
2020-11-16Set output dir for buildMatthew Miller
2020-11-16Add some docs for user interfaceMatthew Miller
2020-11-16Output rpID to console for easier launchingMatthew Miller
2020-11-16Specify an env var to enable conformance supportMatthew Miller
2020-11-16Install dotenvMatthew Miller
2020-11-16Fix exports in fido-conformance.tsMatthew Miller
2020-11-16Get nodemon working with .ts filesMatthew Miller
2020-11-16Finish porting FIDO conformanceMatthew Miller
2020-11-16Move LoggedInUser type to .d.ts fileMatthew Miller
2020-11-16Start porting fido-conformance to TSMatthew Miller
2020-11-16Update code to TypeScriptMatthew Miller
2020-11-16Rename `origin` to avoid DOM lib collisionMatthew Miller