Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Custom authorization attribute sample for ASP.NET MVC

Notifications You must be signed in to change notification settings

halityurttas/CustomAuthorizationAttr

Repository files navigation

CustomAuthorizationAttr

Custom authorization attribute sample for ASP.NET MVC

The asp.net mvc is manage authorization in the attribute class. The default authorization is owin context, but you want to change an another method that same as Session you have to looking here.