Browse Source
Merge pull request #269 from hongily25/patch-1
Update blockstack_storage.md
feat/clarity-updates
Moxiegirl
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
_browser/blockstack_storage.md
|
@ -173,7 +173,7 @@ Modify your authentication request to include the `publish_data` scope. |
|
|
3. Change it to this: |
|
|
3. Change it to this: |
|
|
|
|
|
|
|
|
```javascript |
|
|
```javascript |
|
|
const appConfig = new AppConfig(scopes:['store_write', 'publish_data']) |
|
|
const appConfig = new AppConfig(['store_write', 'publish_data']) |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
By default, authentication requests include the `store_write` scope which |
|
|
By default, authentication requests include the `store_write` scope which |
|
|