From 995147d02f69353e00311faf705fe5f078662b0b Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Wed, 30 Oct 2024 13:43:08 -0700 Subject: [PATCH] fix(developer): clean up grammar in ExApp authentication page Signed-off-by: Edward Ly --- .../exapp_development/tech_details/Authentication.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developer_manual/exapp_development/tech_details/Authentication.rst b/developer_manual/exapp_development/tech_details/Authentication.rst index 0d07e0226..6f54241f9 100644 --- a/developer_manual/exapp_development/tech_details/Authentication.rst +++ b/developer_manual/exapp_development/tech_details/Authentication.rst @@ -4,7 +4,7 @@ Authentication ============== AppAPI introduces a distinct method of authentication for external apps. -This authentication relies on a shared secret between Nextcloud and the external app +This authentication relies on a shared secret between Nextcloud and the external app. Authentication flow ^^^^^^^^^^^^^^^^^^^ @@ -73,7 +73,7 @@ AppAPIAuth ^^^^^^^^^^ AppAPI provides ``AppAPIAuth`` attribute with middleware to validate requests from ExApps. -In your API controllers you can use it as an PHP attribute. +In your API controllers, you can use it as a PHP attribute. AppAPI session keys ^^^^^^^^^^^^^^^^^^^ @@ -88,4 +88,4 @@ After successful authentication AppAPI sets `app_api` session key to ``true``. .. note:: The Nextcloud server verifies this session key and allows **CORS protection** and **Two-Factor authentication** to be bypassed for requests coming from ExApps. - Also the rate limit is not applied to requests coming from ExApps. + Also, the rate limit is not applied to requests coming from ExApps.