mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
fix(ExApp): remove more mentions to old AppAPI scopes and options
Signed-off-by: Edward Ly <contact@edward.ly>
This commit is contained in:
@@ -30,21 +30,11 @@ AppAPI brings out the following terms frequently used in the code:
|
||||
* ``ExAppConfig`` - similar to Nextcloud `app_config`, but for ExApps configuration
|
||||
* ``ExAppPreferences`` - similar to Nextcloud `app_preferences`, user-specific settings for ExApps
|
||||
* ``AppAPIAuth`` - AppAPI authentication
|
||||
* ``ExAppScope`` - granted to ExApp scope group of access to API routes
|
||||
* ``ExAppApiScope`` - pre-defined scope group of access to list of API routes
|
||||
* ``FileActionsMenu`` - entry in files actions menu (context menu)
|
||||
|
||||
Concepts
|
||||
--------
|
||||
|
||||
API Access Control Mechanism
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Each application defines list of API groups it intends to access.
|
||||
|
||||
This system easily allows you to increase the level of trust in applications.
|
||||
Even prior to installation, it's possible to ascertain the API groups to which an application will gain access.
|
||||
|
||||
Extensible Deployment
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user