Skip to content
Snippets Groups Projects
Commit e47a8a9f authored by Tom Needham's avatar Tom Needham
Browse files

Authorisation requires you to be logged in

parent b0dc4383
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ switch($operation){
break;
case 'authorise';
OC_Util::checkLoggedIn();
// Example
$consumer = array(
'name' => 'Firefox Bookmark Sync',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment