Programmatically login into google account in c# -
is possible programmatically sign in google account through web site in c#?
just user manually entering email , password here: https://accounts.google.com/servicelogin
by mean, on page load, code check see if user logged in, , if not, log them in.
i appreciate has.
google uses oauth authentication. need include oauth client in application in order user login google account. there many oauth packages .net, use dotnet openauth
Comments
Post a Comment