Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Available Membership Starter Kits / Membership NuGet Packages for ASP.NET MVC3?

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?

like image 771
Marc M Avatar asked Feb 11 '11 22:02

Marc M


1 Answers

The Microsoft.Web.Helpers are the only packages I know of that have FaceBook and Twitter helpers. We don't currently have a Membership Starter Kit available for ASP.NET MVC 3 as a NuGet package.

But I think it would be great to have one and we'll look into it.

like image 89
Haacked Avatar answered Sep 20 '22 12:09

Haacked