]> source.dussan.org Git - nextcloud-server.git/commitdiff
announce OAuth2 implicit grant end-point the new way
authorMichiel de Jong <michiel@unhosted.org>
Fri, 11 May 2012 08:52:37 +0000 (10:52 +0200)
committerMichiel de Jong <michiel@unhosted.org>
Fri, 11 May 2012 08:52:37 +0000 (10:52 +0200)
apps/remoteStorage/appinfo/webfinger.php

index 6403d3a6916e8abd0b20513bf74f4ec02f1cec30..9173ed54c9e5a4a21426b5f105c97a2d46270829 100644 (file)
@@ -3,6 +3,6 @@
         rel="remoteStorage"
         template="<?php echo WF_BASEURL; ?>/apps/remoteStorage/WebDAV.php/<?php echo WF_USER; ?>/remoteStorage/{category}/"
         api="WebDAV"
-        auth="<?php echo WF_BASEURL; ?>/apps/remoteStorage/auth.php/<?php echo WF_USER; ?>">
+        auth="<?php echo WF_BASEURL; ?>/?app=remoteStorage&getfile=auth.php/<?php echo WF_USER; ?>">
     </Link>
 <?php } ?>