From 4914bbc384e9fd4b93256b10526284d958fda8fa Mon Sep 17 00:00:00 2001 From: Arique1104 <60521756+Arique1104@users.noreply.github.com> Date: Mon, 8 Aug 2022 12:41:52 -0600 Subject: [PATCH 01/41] Removes required fields for Twilio --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 9495516b8..26d03f412 100644 --- a/app.json +++ b/app.json @@ -45,18 +45,18 @@ "DEFAULT_SERVICE": { "description": "specifies using twilio api ", - "required": true, + "required": false, "value": "twilio" }, "TWILIO_ACCOUNT_SID": { "description": "for twilio integration and connected to twilio account", - "required": true + "required": false }, "TWILIO_AUTH_TOKEN": { "description": "for twilio integration and connected to twilio account", - "required": true + "required": false }, "TWILIO_MULTI_ORG": { From ec053d9a21c28f1b1ec913c174cb61d3f69579e5 Mon Sep 17 00:00:00 2001 From: Arique1104 <60521756+Arique1104@users.noreply.github.com> Date: Mon, 8 Aug 2022 13:07:00 -0600 Subject: [PATCH 02/41] Changes default service into required variable. --- app.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 26d03f412..8b2921f6d 100644 --- a/app.json +++ b/app.json @@ -44,9 +44,8 @@ }, "DEFAULT_SERVICE": { - "description": "specifies using twilio api ", - "required": false, - "value": "twilio" + "description": "specifies using bandwidth or twilio api ", + "required": true }, "TWILIO_ACCOUNT_SID": { From 194a6c61c2039071a7e1f73f09165d4eebc3c2e8 Mon Sep 17 00:00:00 2001 From: Arique1104 <60521756+Arique1104@users.noreply.github.com> Date: Mon, 8 Aug 2022 13:18:59 -0600 Subject: [PATCH 03/41] Provides explicit instruction to enter bandwidth or twilio. --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 8b2921f6d..5e082b7c7 100644 --- a/app.json +++ b/app.json @@ -44,7 +44,7 @@ }, "DEFAULT_SERVICE": { - "description": "specifies using bandwidth or twilio api ", + "description": "type bandwidth or twilio", "required": true }, From 73af2311a1346b985561536135455c72c2802a3b Mon Sep 17 00:00:00 2001 From: Kathy Nguyen Date: Mon, 28 Nov 2022 19:12:47 -0800 Subject: [PATCH 04/41] Update Auth0 Lock --- docs/HOWTO-configure-auth0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HOWTO-configure-auth0.md b/docs/HOWTO-configure-auth0.md index 6e01eb44d..381fed832 100644 --- a/docs/HOWTO-configure-auth0.md +++ b/docs/HOWTO-configure-auth0.md @@ -51,7 +51,7 @@ callback(null, user, context); - +