Skip to content

Commit

Permalink
clarify Oauth testing in development (#117)
Browse files Browse the repository at this point in the history
* add https:// language to env file

* add language to .env.template to clarify OAuth
  • Loading branch information
lindawoo-plaid authored Aug 5, 2021
1 parent 07d25d4 commit 793cc4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ PLAID_ENV=sandbox
# this redirect URI for your client ID through the Plaid developer dashboard
# at https://dashboard.plaid.com/team/api.
# Development mode:
# When running in development mode, you must use an https://. In this case,
# set the PLAID_DEVELOPMENT_REDIRECT_URI to 'https://localhost:3001/oauth-link'.
# When running in development mode, you must use an https:// url.
# You will need to configure this https:// redirect URI in the Plaid developer dashboard.
# If your system is not set up to run localhost with https://, you will be unable to test
# the OAuth in development and should leave the PLAID_DEVELOPMENT_REDIRECT_URI blank.

PLAID_SANDBOX_REDIRECT_URI=
PLAID_DEVELOPMENT_REDIRECT_URI=

0 comments on commit 793cc4b

Please sign in to comment.