I have used ASP.NET 2.0 Membership Provider in the past for sites with Forms authentication.
I'm working on a new site in ASP MVC 3, and I'm curious if there are any more modern, better, more secure, membership/security implementations than the .NET 2.0 Membership Provider built in to .NET 4.0, or Open Source, etc.
If they exist, what kinds of security goodies do they support?
I've read this question and answers and I understand the benefits for using a built-in solution but I'm curious if there have been any major improvements since .NET 2.0's built in solution.
I don't want to "roll my own" because of the risks involved in getting it wrong.
Thanks.