summaryrefslogtreecommitdiffhomepage
path: root/example/index.js
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-07-11 00:39:45 -0700
committerMatthew Miller <matthew@millerti.me>2020-07-11 00:39:45 -0700
commit84b2e6261ae12aa5e280d2a54b6477f23e495549 (patch)
treed597a2b1b354dce9c06c222caee82650f10cf98e /example/index.js
parent6fd5f09a5914eb343296fa6e36bf24ee30af36b1 (diff)
Tweak some wording in example RP
Diffstat (limited to 'example/index.js')
-rw-r--r--example/index.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/example/index.js b/example/index.js
index d5b683c..d0ef957 100644
--- a/example/index.js
+++ b/example/index.js
@@ -53,10 +53,10 @@ app.use(express.json());
const rpID = 'dev.yourdomain.com';
const origin = `https://${rpID}`;
/**
- * WebAuthn expects you to be able to uniquely identify the user that performs an attestation or
- * assertion. The user ID you specify here should be your internal, _unique_ ID for that user
- * (uuid, etc...). Avoid using identifying information here, like email addresses, as it may be
- * stored within the authenticator.
+ * 2FA and Passwordless WebAuthn flows expect you to be able to uniquely identify the user that
+ * performs an attestation or assertion. The user ID you specify here should be your internal,
+ * _unique_ ID for that user (uuid, etc...). Avoid using identifying information here, like email
+ * addresses, as it may be stored within the authenticator.
*
* Here, the example server assumes the following user has completed login:
*/