Do you plan on releasing a default RoleProvider implementation for ASP.NET? I've crafted my own, but I figure yours would likely be more secure/stable, and other users could benefit from it. Also, with your security system model, it might be valuable to provide one that is driven not by roles, but rather by permissions. For example, when using AuthorizeAttribute, it's probably better to be able to specify a required permission... then check if the user's roles have that permission. |
Ara, Security layer is still under development, so we are thinking of right permission-based implementation. As for the RoleProvider, if you have already invented one, it would be great if you could contribute it to the project so we could adapt it. I'm sure, it would save us hours and days of work time. Thanks. |
"when using AuthorizeAttribute" - you mean you're using ASP.NET MVC?
Yes, that's correct.