How to handle authorization with Breeze JS?
问题 Currently my app looks at router parameter and logged in user (Principal.Identity) to authorize access to certain resources (e.g: Add student to your class [identity + class id]). However, If I'm not wrong, breeze js support just one bulk save. It seems to be that I will have to open each and every data and run through the validation/authorization. That is fine, but what I may lose is nice separation of cross cutting concern out side my business logic (as a message handler) (finding what