From e8fe5c27ef295aa5575d8aa668e280b846ed79b3 Mon Sep 17 00:00:00 2001 From: Linda Date: Tue, 21 Sep 2021 12:53:25 -0700 Subject: [PATCH 1/6] fix oauth link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 035e7d6c..d37ab255 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note: We recommend running these commands in a unix terminal. Windows users can ```shell cp .env.template .env ``` -1. Update the `.env` file with your [Plaid API keys][plaid-keys] and [OAuth redirect uri](https://github.com/plaid/pattern/tree/master/server#testing-oauth). +1. Update the `.env` file with your [Plaid API keys][plaid-keys] and OAuth redirect uri (for sandbox users this will be: "http://localhost:3001/oauth-link"). 1. You will also need to configure an allowed redirect URI for your client ID through the [Plaid developer dashboard](https://dashboard.plaid.com/team/api). From 8cacdb34ce759ea64586c94651817bd83c7c0d12 Mon Sep 17 00:00:00 2001 From: Linda Date: Tue, 21 Sep 2021 12:55:22 -0700 Subject: [PATCH 2/6] add quotes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d37ab255..9f621dd5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note: We recommend running these commands in a unix terminal. Windows users can ```shell cp .env.template .env ``` -1. Update the `.env` file with your [Plaid API keys][plaid-keys] and OAuth redirect uri (for sandbox users this will be: "http://localhost:3001/oauth-link"). +1. Update the `.env` file with your [Plaid API keys][plaid-keys] and OAuth redirect uri (for sandbox users this will be: "'http://localhost:3001/oauth-link'"). 1. You will also need to configure an allowed redirect URI for your client ID through the [Plaid developer dashboard](https://dashboard.plaid.com/team/api). From 2a0c3c4bc7acb2bfcf69188ceb0e7a258824d903 Mon Sep 17 00:00:00 2001 From: Linda Date: Tue, 21 Sep 2021 12:56:25 -0700 Subject: [PATCH 3/6] add spacing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f621dd5..1ac5c135 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note: We recommend running these commands in a unix terminal. Windows users can ```shell cp .env.template .env ``` -1. Update the `.env` file with your [Plaid API keys][plaid-keys] and OAuth redirect uri (for sandbox users this will be: "'http://localhost:3001/oauth-link'"). +1. Update the `.env` file with your [Plaid API keys][plaid-keys] and OAuth redirect uri (for sandbox users this will be: " http://localhost:3001/oauth-link "). 1. You will also need to configure an allowed redirect URI for your client ID through the [Plaid developer dashboard](https://dashboard.plaid.com/team/api). From 52d07571a3351d732f2c36e8c74d285d5be1da9e Mon Sep 17 00:00:00 2001 From: Linda Date: Tue, 21 Sep 2021 13:02:56 -0700 Subject: [PATCH 4/6] try adding a span --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ac5c135..13d0185d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note: We recommend running these commands in a unix terminal. Windows users can ```shell cp .env.template .env ``` -1. Update the `.env` file with your [Plaid API keys][plaid-keys] and OAuth redirect uri (for sandbox users this will be: " http://localhost:3001/oauth-link "). +1. Update the `.env` file with your [Plaid API keys][plaid-keys] and OAuth redirect uri (in sandbox this is 'http://localhost:3001/oauth-link'). 1. You will also need to configure an allowed redirect URI for your client ID through the [Plaid developer dashboard](https://dashboard.plaid.com/team/api). From 1957a8effb78eca2b495d0d324ccdcc3e0c85d62 Mon Sep 17 00:00:00 2001 From: Linda Date: Tue, 21 Sep 2021 13:05:39 -0700 Subject: [PATCH 5/6] break apart the span --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d0185d..b0c769a6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note: We recommend running these commands in a unix terminal. Windows users can ```shell cp .env.template .env ``` -1. Update the `.env` file with your [Plaid API keys][plaid-keys] and OAuth redirect uri (in sandbox this is 'http://localhost:3001/oauth-link'). +1. Update the `.env` file with your [Plaid API keys][plaid-keys] and OAuth redirect uri (in sandbox this is 'http ://localhost:3001/oauth-link'). 1. You will also need to configure an allowed redirect URI for your client ID through the [Plaid developer dashboard](https://dashboard.plaid.com/team/api). From e2ca7ff0a20a1df2fd0fcdbf180776e8746c1e8a Mon Sep 17 00:00:00 2001 From: Linda Date: Tue, 21 Sep 2021 13:06:55 -0700 Subject: [PATCH 6/6] delete space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0c769a6..057e7374 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note: We recommend running these commands in a unix terminal. Windows users can ```shell cp .env.template .env ``` -1. Update the `.env` file with your [Plaid API keys][plaid-keys] and OAuth redirect uri (in sandbox this is 'http ://localhost:3001/oauth-link'). +1. Update the `.env` file with your [Plaid API keys][plaid-keys] and OAuth redirect uri (in sandbox this is 'http://localhost:3001/oauth-link'). 1. You will also need to configure an allowed redirect URI for your client ID through the [Plaid developer dashboard](https://dashboard.plaid.com/team/api).