Articles tagged authorize attribute

22 July 2013
22 July 2013

Thoughts on ASP.NET MVC Authorization and Security

0
132
It is only a matter of time in developing most websites that you'll need to implement a way of restricting access to parts of the site. In MVC, the 'Authorize' attribute handles both authentication and authorization. In general, it works well, with the help of extension to handle AJAX calls elegantly, and to distinguish between unauthorized users and those who are not logged in.… Read more