1

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?

Myth Rush
  • 1,088
  • 1
  • 9
  • 19

1 Answers1

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