MVC user login system

Soldato
Joined
27 Mar 2003
Posts
2,710
So have been getting to grips with MVC and am at the point where I need to implement a login system with user roles ie admin, user, guest etc. What would be an easy way to do this?

1) User simple membership provider
2) Implement a custom membership provider
3) Brock Allen's identitymodel
4) Something else.

Thanks in advance for any help.
 
Soldato
OP
Joined
27 Mar 2003
Posts
2,710
In the end I went with Brock Allen's MembershipReboot (took a bit of time to implement but seems really good fits the MVC pattern nicely and although I don't really understand how it is all working at the moment the system seems fairly powerful and secure.)
 
Back
Top Bottom