A way to avoid deriving from the provider classes in mvc authentication
- by Shymep
Looking for the best practice for authentication in MVC I unfortunately didn't find the clear answer to my question. Thinking of the problem I tried to imagine some priciples that could be useful in my design.
Well,
I would like to use a base AccountController class
I want to place all the tables such as "Users", Roles, Rights etc into my own…