diff --git a/lib/Auth/ScopeValidator.php b/lib/Auth/ScopeValidator.php index 8655037..59595c2 100644 --- a/lib/Auth/ScopeValidator.php +++ b/lib/Auth/ScopeValidator.php @@ -17,6 +17,7 @@ class ScopeValidator 'account:read', 'account:write', 'user-profile:read', + 'viewables:read', ]; /** @@ -56,4 +57,4 @@ public function isScopeInvalid($name) { return ! $this->isScopeValid($name); } -} \ No newline at end of file +}