diff options
Diffstat (limited to 'example/index.js')
-rw-r--r-- | example/index.js | 8 |
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: */ |