summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2022-11-21 15:31:44 -0100
committerGitHub <noreply@github.com>2022-11-21 15:31:44 -0100
commit72be81700039485ac4ef71fecd62eee969bc4a91 (patch)
tree8149aca15a5a158f1803e7cd5eebb95381369377 /appinfo
parentb1a8d2b52a5d6eab1145f72950cc4644015aed06 (diff)
parent58ca8655231af322f3ab4c291ad774d6bf960805 (diff)
Merge pull request #1521 from nextcloud/enh/noid/authorize-deny-popup
confirmation popup
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 90ef2f44..861bcb93 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -70,6 +70,7 @@ return [
['name' => 'OAuth#nodeinfo2', 'url' => '/.well-known/nodeinfo/2.0', 'verb' => 'GET'],
['name' => 'OAuth#apps', 'url' => '/api/v1/apps', 'verb' => 'POST'],
['name' => 'OAuth#authorize', 'url' => '/oauth/authorize', 'verb' => 'GET'],
+ ['name' => 'OAuth#authorizing', 'url' => '/oauth/authorize', 'verb' => 'POST'],
['name' => 'OAuth#token', 'url' => '/oauth/token', 'verb' => 'POST'],
// Api for 3rd party