You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is e.g. no way to say that someone can read / merge templates, but can't write / delete them. I think we should either add new configuration options for this, or introduce a full permission/visibility system as we have in other APIs.
The text was updated successfully, but these errors were encountered:
However, since this would be breaking, there are two was of moving forward:
We add a basic permission class that implements the same permission layer that exists right now (request path and group xpath config) and use this as a default. That way it could be implemented in a non-breaking way.
Drop the current permission API, as it's basically just authorization without any authentication.
Currently, there is e.g. no way to say that someone can read / merge templates, but can't write / delete them. I think we should either add new configuration options for this, or introduce a full permission/visibility system as we have in other APIs.
The text was updated successfully, but these errors were encountered: