Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix scopes config
Browse files Browse the repository at this point in the history
  • Loading branch information
marihachi committed Aug 6, 2018
1 parent fbffbb1 commit 40b49f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .configs/server-config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"applicationId": "paste_your_application_id",
"hostAccessToken": "paste_your_host_access_token",
"accessTokenScopes": {
"clientSide": ["user.read", "user.write", "post.read", "post.write", "storage.read", "storage.write"],
"clientSide": ["user.read", "user.write", "post.read", "post.write", "storage.read", "storage.write", "app.read"],
"session": ["app.read", "app.create"]
},
"reCAPTCHA": {
Expand Down

0 comments on commit 40b49f1

Please sign in to comment.