omgitsmiles / ctrl-your-finances

Flatiron Hackathon
0 stars 2 forks source link

Plaid link no modal #21

Closed jgrimes86 closed 7 months ago

jgrimes86 commented 7 months ago

To get this working in your local environment, you'll need to have a .env file in the project's root folder with the following variables:

PLAID_CLIENT_ID=<get this from your Plaid dashboard>
PLAID_SECRET=<get this from your Plaid dashboard.  use the secret key for the sandbox>
PLAID_ENV=sandbox
PLAID_PRODUCTS=auth,transactions,identity
PLAID_COUNTRY_CODES=US,CA
PLAID_REDIRECT_URI=http://localhost:5555

More info on these variables can be found in the Plaid Quickstart .env file.

Also, you need to add http://localhost:5555 as an Allowed redirect URI in your Plaid dashboard (https://dashboard.plaid.com/developers/api) The link and an explanation are also in the Quickstart .env file.