-
-
Notifications
You must be signed in to change notification settings - Fork 48
Permissions Explained
Allows the user to view any image, as long as they have the id.
Allows the user to upload their own image to the platform
If the user has this permission, the backend will return a deletekey upon uploading an image. This key can later be used to delete that specific image, without having need for any other authentication.
Allows the user to list, view and delete their own images, this is a different delete permission than the DeleteKey.
This permission is most often granted to the guest user, it allows anyone to login with their own credentials
When this permission is granted, the user can keep on refreshing their token as long as they have a valid one. This is mainly necessary to make sure the guest user cannot create their own token.
When a user has this permission, he is able to register new users. Most often granted to the guest user.
The settings permission allows the user to modify their own settings, and also view the settings panel in the UI.
This permission allows to user to create long lasting api keys, to easily use the backend from other services.
Allows the user to view all images in the system, and delete them.
Allows the user to create, modify, list and delete all other users on the system.
Allows the user to create, modify, list and delete most roles on the system.
Allows the user to list, modify and delete all api keys on the system.
Allows the user to modify critical system settings.