announce OAuth2 implicit grant end-point the new way

This commit is contained in:
Michiel de Jong 2012-05-11 10:52:37 +02:00
parent 02cee2c562
commit 2e309aae97

View 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 } ?>