oauth dance works
authorChristian Weiske <cweiske@cweiske.de>
Mon, 18 Aug 2014 21:54:32 +0000 (23:54 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 18 Aug 2014 21:54:32 +0000 (23:54 +0200)
commitdb2f09d46ce2f3a46be1b6f6e031492966242025
tree4e22eba650c022936a4071afd9b2b0ee417ad34b
parent3780cf15a59c48b3d71e8ec27e3bdacd8a119460
oauth dance works
15 files changed:
appinfo/application.php
appinfo/routes.php
controller/accesscontroller.php [deleted file]
controller/apicontroller.php
controller/oauthcontroller.php
lib/dependencies.php [new file with mode: 0644]
lib/oauth.php [new file with mode: 0644]
lib/oauthexception.php [new file with mode: 0644]
lib/response/errorresponse.php [new file with mode: 0644]
lib/response/formresponse.php [new file with mode: 0644]
lib/syncdata.php [new file with mode: 0644]
lib/token.php [new file with mode: 0644]
lib/tokenstorage.php [new file with mode: 0644]
lib/urlhelper.php [new file with mode: 0644]
templates/oauthAuthorize.php [new file with mode: 0644]