summaryrefslogtreecommitdiffhomepage
path: root/example/index.js
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-25 11:43:04 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-25 11:43:04 -0700
commit5ef053d8785afc0cc25936add1b9b9097efbe45e (patch)
treef68fe8f67d53efb6faa84d8e35c25a65b315507a /example/index.js
parent8e55856d806dc9acb05a313ee42363950f46d7cd (diff)
Revert rpID in example
Diffstat (limited to 'example/index.js')
-rw-r--r--example/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.js b/example/index.js
index db33179..9e44992 100644
--- a/example/index.js
+++ b/example/index.js
@@ -29,7 +29,7 @@ app.use(express.json());
* RP ID represents the "scope" of websites on which a authenticator should be usable. The Origin
* represents the expected URL from which an attestation or assertion occurs.
*/
-const rpID = 'dev.dontneeda.pw';
+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