I am searching for authorization library for asp mvc 4 which works like cancan in ruby on rails (https://github.com/ryanb/cancan). Is there something like this?
Asked
Active
Viewed 569 times
1 Answers
0
SimpleMembership should do the trick. This will get you started:
http://www.asp.net/web-pages/tutorials/security/16-adding-security-and-membership

Antevirus
- 156
- 6
-
The default .NET authorization is role based and CanCan is activity based, they are different paradigms. – Marc Climent Apr 21 '15 at 08:06