Browse Source

Clarify `publish_app` scope

Any app can use Gaia, but (only) those that need to share it publicly should request the scope.
feat/clarity-updates
Michael C 6 years ago
committed by GitHub
parent
commit
ccfcbeff65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      _browser/blockstack_storage.md

10
_browser/blockstack_storage.md

@ -154,11 +154,11 @@ Leave your new application running and move onto the next section.
## Add the `publish_data` scope to sign in requests ## Add the `publish_data` scope to sign in requests
Every app that uses Gaia storage must add itself to the user's `profile.json` Any Blockstack app can use Gaia storage, but those that need to share data
file. The Blockstack Browser does this automatically when the `publish_data` publicly must add itself to the user's `profile.json` file. The Blockstack
scope is requested during authentication. For this application, the user files Browser does this automatically when the `publish_data` scope is requested during
stored on Gaia are made visible to others via the `apps` property in the user's authentication. For this application, the user files stored on Gaia are made
`profile.json` file. visible to others via the `apps` property in the user's `profile.json` file.
Modify your authentication request to include the `publish_data` scope. Modify your authentication request to include the `publish_data` scope.

Loading…
Cancel
Save