Click here to Skip to main content
15,885,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on some Asp.Net Mvc applications since last 4 years. I have used Entity Framework Code Fist approach in these application. So there are multiple databases which contains lot of tables.

Now I want to integrate social websites login and register. I have searched on it and I got two methods to implement it. First method my using custom code like facebook login etc and second method is here MVC 5 App with Facebook..

Second method looks pretty easy but there are lot of complex things in it. I am using custom User table and there is a different user registration process like

Register -> Email Verfication --> Admin approval

My Problem:

I can't modify my user table on this stage so What will be better way to accomplish it. I think above link demo will be better options of new web applications. Please share your experience regards this problem.

Thank you
Posted
Comments
What is the issue then? Are you able to login?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900