i have one asp.net mvc 4 application. i need to create google API for authentication.
it should validate against google password and let me in
just check if my mail id is existing in employee table
and call google API for authentication. so that people don't have to remember new password
please help me.