Hi,
I’m developing an application and want to restrict editing of specific column for all users, but with the ability to update such a column using my app.
there is a way to achieve this?
Methods that use seamless authentication (including
monday.api
andmonday.storage
) offer capabilities that are scoped based on the permissions of the logged in user and the scopes you have configured in your app.
I could see in the sdk documentation that the seamless authentication respects the permissions of the logged in user, but there is a way to do such an action using the server-side?
Thanks in advance.