-
-
Notifications
You must be signed in to change notification settings - Fork 203
Protect global endpoints #18
Comments
And |
@benhaynes the environments don't come into play, since these are api global. |
The options so far:
|
I'd say let's go with option 1... we have enough to deal with, and I think that makes the most sense (since it uses something we already have). |
Note: These endpoints should be accessible by all logged in users, not just admins. |
|
We cannot block Like with Having in inside environments ( Example, for item comments, how we can check if the user is allowed to comment on a item? |
We have two endpoints (
/types
and/server
) that cannot be "protected" via ACL (Permissions).Are these types of endpoints going to be admin-only, user-only or public?
The text was updated successfully, but these errors were encountered: