I'm looking for a Membership starter kit / NuGet package for MVC3 to handle things like user management as well as Facebook Authentication and Twitter Authentication.
The Microsoft.Web.Helpers seems to have some Facebook and Twitter helpers, but I don't think it has exactly what I'm looking for.
There is a good MVC Membership Starter Kit available, but I believe it is for MVC2 and I think Facebook / Twitter support is likely outside of its scope... https://github.com/TroyGoode/MembershipStarterKit
I feel like this should exist at this point, and that I just can't find it. So the question... Does anyone know of a NuGet package or starter kit for management of ASP.NET MVC3 membership and perhaps includes integrated Facebook and Twitter authentication out-of-box?
