X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/3780cf15a59c48b3d71e8ec27e3bdacd8a119460..db2f09d46ce2f3a46be1b6f6e031492966242025:/appinfo/routes.php diff --git a/appinfo/routes.php b/appinfo/routes.php index da62dc9..5567670 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -11,16 +11,11 @@ $application->registerRoutes( 'name' => 'access#test', ), - array( - 'url' => '/authorize', - 'name' => 'access#authorize', - 'verb' => 'GET', - ),/* array( 'url' => '/authorize', 'name' => 'access#authorize', 'verb' => 'POST', - ),*/ + ), array( 'url' => '/login', 'name' => 'access#login', @@ -37,6 +32,11 @@ $application->registerRoutes( 'name' => 'oauth#authorize', 'verb' => 'GET', ), + array( + 'url' => '/oauth/confirm', + 'name' => 'oauth#confirm', + 'verb' => 'POST', + ), array( 'url' => '/oauth/request_token', 'name' => 'oauth#requestToken',