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
View methods can be made significantly faster by authorizing by method call rather than authorizing every object in the result set. This is particularly applicable for administrator only views. The rational is that the caller should be able to complete the entire view so long as they are authorized. In this case, authorizing just the method call is sufficient.
The text was updated successfully, but these errors were encountered:
View methods can be made significantly faster by authorizing by method call rather than authorizing every object in the result set. This is particularly applicable for administrator only views. The rational is that the caller should be able to complete the entire view so long as they are authorized. In this case, authorizing just the method call is sufficient.
The text was updated successfully, but these errors were encountered: