Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
chore(docs): Add note about production usage vs testing via example a…
Browse files Browse the repository at this point in the history
…pp (#7)
  • Loading branch information
erezrokah authored Feb 9, 2023
1 parent b5bde00 commit 40a15ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ spec:

- `access_token` (string, required):

A Plaid access token obtained by following the link authorization flow. We provide an [example application](./token-generator/README.md) to generate the token.
A Plaid access token obtained by following the link authorization flow. We provide an [example application](./token-generator/README.md) to generate a token for testing purposes only.
For production usage you should set up a hosted frontend application and backend server that saves access tokens from link authentication flows initiated by your users.
See [the Plaid docs](https://plaid.com/docs/link/) for more information

- `environment` (string, optional):
Expand Down

0 comments on commit 40a15ae

Please sign in to comment.