I'm using ASP.NET MVC3, and I want to implement a simple authentication system with the following :
- A custom user table
- OpenId connection
- Facebook Connect
- Twitter OAuth
I found these open source projects :
I want to know if there is an open source project that provides a way to use these together?
Otherwise, how can I implement it, what best practices can I use ? Any ressources ?