Update Permissions

Elara 2024-08-04 22:57:02 +00:00
parent 2fd384578e
commit 909842875d

@ -4,7 +4,7 @@ Seashell's permissions system is designed to control access to specific resource
## Configuration Structure ## Configuration Structure
The permissions configuration is represented as a map, where each key is the name of a group, and the value is another map containing `allow` and `deny` lists. The permissions configuration is represented as a map, where each key is the name of a group, and the value is another map containing `allow` and `deny` lists. The items within the allow and deny lists are different for each backend. See the [Backends](Backends) page for more information.
### Example ### Example