Michael C
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
_browser/blockstack_storage.md
|
@ -154,8 +154,8 @@ 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 |
|
|
|
|
|
|
|
|
Any Blockstack app can use Gaia storage, but those that need to share data |
|
|
Any Blockstack app can use Gaia storage, but those apps that need to share data |
|
|
publicly must add itself to the user's `profile.json` file. The Blockstack |
|
|
publicly must add themselves to the user's `profile.json` file. The Blockstack |
|
|
Browser does this automatically when the `publish_data` scope is requested during |
|
|
Browser does this automatically when the `publish_data` scope is requested during |
|
|
authentication. For this application, the user files stored on Gaia are made |
|
|
authentication. For this application, the user files stored on Gaia are made |
|
|
visible to others via the `apps` property in the user's `profile.json` file. |
|
|
visible to others via the `apps` property in the user's `profile.json` file. |
|
|