You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this was a quick and dirty prototype, we created a throw-away Airtable account with read-only access to the Airtable spreadsheet. Gatsby uses this API key to pull data out of Airtable and inserts it into its GraphQL data layer.
We aren't really worried about this API getting misused since it is disposable, not connected to any other data, and read-only. But it is a bad practice. We should store secrets a file that is gitignored.
Since this was a quick and dirty prototype, we created a throw-away Airtable account with read-only access to the Airtable spreadsheet. Gatsby uses this API key to pull data out of Airtable and inserts it into its GraphQL data layer.
We aren't really worried about this API getting misused since it is disposable, not connected to any other data, and read-only. But it is a bad practice. We should store secrets a file that is gitignored.
Here are docs about how to do this within Gatsby/React
gatsbyjs/gatsby#660
.gitignore
The text was updated successfully, but these errors were encountered: