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
We now append permissions to the preflight(OPTIONS) request for each endpoint. The SDK should provide an easy method to call that just returns a list of permissions in an array.
Create a .permissions() function on the base resource class which returns an array of all permissions for the resource calling it.
The text was updated successfully, but these errors were encountered:
We now append permissions to the preflight(OPTIONS) request for each endpoint. The SDK should provide an easy method to call that just returns a list of permissions in an array.
.permissions()
function on the base resource class which returns an array of all permissions for the resource calling it.The text was updated successfully, but these errors were encountered: