Skip to content

Commit

Permalink
Update stripe-app.json (#737)
Browse files Browse the repository at this point in the history
Add secret_write permissions to fix error and complete the flow in the sample.
  • Loading branch information
davideb-stripe authored Sep 21, 2022
1 parent efa9d4d commit 8b6ad56
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions examples/dropbox-oauth-pkce/stripe-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"version": "0.0.1",
"name": "Dropbox OAuth PKCE",
"icon": "",
"permissions": [],
"permissions": [
{
"permission": "secret_write",
"purpose": "For storing secrets in Stripe."
}
],
"app_backend": {
"webhooks": null
},
Expand All @@ -20,8 +25,9 @@
"https://api.dropboxapi.com/oauth2/token",
"https://api.dropboxapi.com/2/users/get_account"
],
"img-src": null,
"image-src": null,
"purpose": "Enables Dropbox integration"
}
}
}
},
"post_install_action": null
}

0 comments on commit 8b6ad56

Please sign in to comment.