Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove passwordless domain #2377

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .env.basealpha
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ VUE_APP_HOSTED_EMAIL_PASSWORDLESS_LINKED_VERIFIER=tkey-auth0-email-passwordless-
# tkey linked login verifier sub identifier
VUE_APP_LINKED_VERIFIER_SUBIDENTIFIER=torus
VUE_APP_LOGIN_DOMAIN=https://torus-test.auth0.com
VUE_APP_PASSWORDLESS_DOMAIN=https://lrc.auth.openlogin.com
VUE_APP_DEVELOPER_DASHBOARD_URL=https://api-dev-dashboard.web3auth.io
VUE_APP_WALLET_CONNECT_PROJECT_ID=000b7e9596f9a108b279f1a72ee7cd31
VUE_APP_OPENLOGIN_ORIGIN_SIGNATURE=MEUCIQDmIoMAvTj6_uAKYC90yorSOhXE-8NQ1dCs_srDzQbr0wIgeQv9-fk1WkZE3bkUDotUn_2GeUjaRWLNCKydHwpmxyA
1 change: 0 additions & 1 deletion .env.bnb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ VUE_APP_HOSTED_EMAIL_PASSWORDLESS_LINKED_VERIFIER=tkey-auth0-email-passwordless
# tkey linked login verifier sub identifier
VUE_APP_LINKED_VERIFIER_SUBIDENTIFIER=torus
VUE_APP_LOGIN_DOMAIN=https://torus.au.auth0.com
VUE_APP_PASSWORDLESS_DOMAIN=https://auth.openlogin.com
VUE_APP_SENTRY_DSN=https://[email protected]/5590576
VUE_APP_DEVELOPER_DASHBOARD_URL=https://api.developer.tor.us
# this is for bnb.tor.us
Expand Down
1 change: 0 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ VUE_APP_HOSTED_EMAIL_PASSWORDLESS_LINKED_VERIFIER=tkey-auth0-email-passwordless-
VUE_APP_LINKED_VERIFIER_SUBIDENTIFIER=torus
VUE_APP_LOGIN_DOMAIN=https://torus-test.auth0.com
# VUE_APP_OPENLOGIN_URL=http://localhost:3000
VUE_APP_PASSWORDLESS_DOMAIN=https://lrc.auth.openlogin.com
VUE_APP_DEVELOPER_DASHBOARD_URL=https://api-dev-dashboard.web3auth.io
# VUE_APP_DEVELOPER_DASHBOARD_URL=http://localhost:5051
VUE_APP_WALLET_CONNECT_PROJECT_ID=000b7e9596f9a108b279f1a72ee7cd31
1 change: 0 additions & 1 deletion .env.lrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ VUE_APP_HOSTED_EMAIL_PASSWORDLESS_LINKED_VERIFIER=tkey-auth0-email-passwordless-
# tkey linked login verifier sub identifier
VUE_APP_LINKED_VERIFIER_SUBIDENTIFIER=torus
VUE_APP_LOGIN_DOMAIN=https://torus-test.auth0.com
VUE_APP_PASSWORDLESS_DOMAIN=https://lrc.auth.openlogin.com
VUE_APP_DEVELOPER_DASHBOARD_URL=https://api-dev-dashboard.web3auth.io
# this is for lrc.tor.us
VUE_APP_OPENLOGIN_ORIGIN_SIGNATURE=MEQCIGv3oTOdAMltfeDrcT-0ilhYlGuZ8yuhezQHU883XjJEAiByG6Duhn5kqNgEy2oJosza1t0VOfPxzeI25g_ZHysXNA
Expand Down
1 change: 0 additions & 1 deletion .env.polygon
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ VUE_APP_HOSTED_EMAIL_PASSWORDLESS_LINKED_VERIFIER=tkey-auth0-email-passwordless
# tkey linked login verifier sub identifier
VUE_APP_LINKED_VERIFIER_SUBIDENTIFIER=torus
VUE_APP_LOGIN_DOMAIN=https://torus.au.auth0.com
VUE_APP_PASSWORDLESS_DOMAIN=https://auth.openlogin.com
VUE_APP_SENTRY_DSN=https://[email protected]/5590576
VUE_APP_DEVELOPER_DASHBOARD_URL=https://api.developer.tor.us
# this is for polygon.tor.us
Expand Down
1 change: 0 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ VUE_APP_HOSTED_EMAIL_PASSWORDLESS_LINKED_VERIFIER=tkey-auth0-email-passwordless
# tkey linked login verifier sub identifier
VUE_APP_LINKED_VERIFIER_SUBIDENTIFIER=torus
VUE_APP_LOGIN_DOMAIN=https://torus.au.auth0.com
VUE_APP_PASSWORDLESS_DOMAIN=https://auth.openlogin.com
VUE_APP_SENTRY_DSN=https://[email protected]/5590576
VUE_APP_DEVELOPER_DASHBOARD_URL=https://api.developer.tor.us
# this is for app.tor.us
Expand Down
1 change: 0 additions & 1 deletion .env.testing
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ VUE_APP_HOSTED_EMAIL_PASSWORDLESS_LINKED_VERIFIER=tkey-auth0-email-passwordless
# tkey linked login verifier sub identifier
VUE_APP_LINKED_VERIFIER_SUBIDENTIFIER=torus
VUE_APP_LOGIN_DOMAIN=https://torus.au.auth0.com
VUE_APP_PASSWORDLESS_DOMAIN=https://auth.openlogin.com
VUE_APP_DEVELOPER_DASHBOARD_URL=https://api.developer.tor.us
# this is for testing.tor.us
VUE_APP_OPENLOGIN_ORIGIN_SIGNATURE=MEUCIQDtJOb6jb4iY6-ENsf8IB19W0SZ21VJFNHd1GfSTOj7RwIgfIiCR7QU8MA-kIkv_qaF28fqTljaCLvF38-oWtvg-ZI
Expand Down
4 changes: 1 addition & 3 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ const {
VUE_APP_INFURA_KEY,
VUE_APP_ETH_TRANSFER_ONLY,
VUE_APP_OPENLOGIN_ORIGIN_SIGNATURE,
VUE_APP_PASSWORDLESS_DOMAIN,
VUE_APP_DEVELOPER_DASHBOARD_URL,
VUE_APP_PROXY_NETWORK,
VUE_APP_WALLET_CONNECT_PROJECT_ID,
Expand Down Expand Up @@ -467,9 +466,8 @@ export default {
showOnDesktop: true,
showOnMobile: true,
jwtParameters: {
domain: VUE_APP_PASSWORDLESS_DOMAIN,
verifierIdField: 'name',
connection: '',
connection: 'email',
isVerifierIdCaseSensitive: false,
},
// For torus only
Expand Down
Loading