Top "Authorize" questions

How to Extend/Architect the ASP.NET MVC 3 Authorize Attribute to Handle This Scenario

I've been trying to think this answer through and can't find a good solution on how to properly do this. …

asp.net-mvc authorize
Custom authorization attributes in ASP.NET Core

i'm working on asp.net core and i don't understand some things. for example in mvc.net 5 we can filter …

c# filter asp.net-core action authorize
How to authorize a set of controllers without placing the annotation on each one?

I have sets of controllers which are each used for each authorization type. For example, a class A authorization will …

asp.net-mvc asp.net-mvc-3 controller authorize authorize-attribute
Authorize one action in a controller but don't require a role

I have a Product controller the required role of "product_editor" to access most of the methods. there are a …

asp.net-mvc roles authorize
HttpException in Handler.php line 107: This action is unauthorized

I'm learning Laravel 5. I have finished the document's Quickstart - intermediate. I want to apply the authorize check for Task's …

laravel-5 policy authorize