summaryrefslogtreecommitdiffhomepage
path: root/example/index.js
AgeCommit message (Collapse)Author
2020-11-16Rename index.js to index.tsMatthew Miller
2020-10-19Update Example to v0.10.3Matthew Miller
2020-10-07Upgrade example to v0.10.0Matthew Miller
2020-09-09Update example to v0.9.0Matthew Miller
2020-07-30Update example to v0.8.0Matthew Miller
2020-07-21Make it easier to use different RP ID’s in exampleMatthew Miller
2020-07-20Comment out conformance importMatthew Miller
2020-07-20Add route suffix to exports and rename routerMatthew Miller
2020-07-20Update Example to use mkcert for SSLMatthew Miller
2020-07-12Remove MetadataService from simple exampleMatthew Miller
2020-07-12Comment out FIDO conformance routerMatthew Miller
2020-07-12Update MetadataService implementation in exampleMatthew Miller
2020-07-11Tweak some wording in example RPMatthew Miller
2020-07-05Comment out MetadataService in exampleMatthew Miller
2020-07-05Omit authenticatorAttachment from attestation optsMatthew Miller
2020-07-05Add MetadataService to exampleMatthew Miller
2020-07-05Use async in demo /verify-attestationMatthew Miller
2020-06-07Add dedicated Express app to test FIDO conformanceMatthew Miller
2020-06-07Update example to v0.6.0Matthew Miller
2020-06-02Refactor example server for breaking changesMatthew Miller
2020-05-27Add new properties to example options generatorsMatthew Miller
2020-05-26Update example to v0.4.0Matthew Miller
2020-05-26Change assertion generation API to group argumentsMatthew Miller
2020-05-26Rename WebAuthntine to SimpleWebAuthnMatthew Miller
2020-05-25Update example server to exclude atte. credentialsMatthew Miller
2020-05-25Revert rpID in exampleMatthew Miller
2020-05-25Run ESLint over everythingMatthew Miller
2020-05-25Run Prettier over everythingMatthew Miller
2020-05-25Clarify some example commentsMatthew Miller
2020-05-25Expand the example to look more like a real setupMatthew Miller
2020-05-25Switch to more generic domainMatthew Miller
2020-05-25Tweak rpID and origin in exampleMatthew Miller
2020-05-25Add some more documentation to the exampleMatthew Miller
2020-05-24Update example to latest versionsMatthew Miller
2020-05-23Pass errors to front end when verification throwsMatthew Miller
2020-05-22Remove some console logging from example serverMatthew Miller
2020-05-22Add some docs to example serverMatthew Miller
2020-05-22Verify the assertion and return a responseMatthew Miller
2020-05-22Use fake domain name for HTTPS certsMatthew Miller
2020-05-22Add comments about what to store from attestationMatthew Miller
2020-05-22Tweak assertion verification path in exampleMatthew Miller
2020-05-22Add some section dividersMatthew Miller
2020-05-22Add endpoint for assertion optionsMatthew Miller
2020-05-22Handle attestation verificationMatthew Miller
2020-05-22Add in-memory “DB” for devices per userMatthew Miller
2020-05-22Add attestation response verificationMatthew Miller
2020-05-22Rearrange method unpackingMatthew Miller
2020-05-22Add endpoint for verifying attestationMatthew Miller
2020-05-22Set up HTTPSMatthew Miller
2020-05-22Wire up an endpoint for attestation optionsMatthew Miller