Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 477 Bytes

light-standard-permissions.md

File metadata and controls

18 lines (9 loc) · 477 Bytes

Light standard permissions

2020-07-03

Here we define a "standard" permission convention, which Light plugin authors can rely upon.

The standard permissions are the following:

  • $pluginName.admin:
    • can administrate the plugin (i.e. has access to the tables to configure the plugin)
  • $pluginName.user:
    • can use the plugin (i.e. has access to the service provided by the plugin, but cannot administrate it)