Skip to content

Authorize view methods by method call #138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jc0n opened this issue Mar 17, 2012 · 1 comment
Open

Authorize view methods by method call #138

jc0n opened this issue Mar 17, 2012 · 1 comment

Comments

@jc0n
Copy link
Member

jc0n commented Mar 17, 2012

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.

@ghost ghost assigned jc0n Mar 17, 2012
@jc0n
Copy link
Member Author

jc0n commented Mar 22, 2012

I'm going to unassign myself because this isn't a priority right now. However, its probably a good idea to keep in mind for new views.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant