MVC 5 facebook/google authentication, without email -
According to this article I have implemented Facebook / Google authentication: but after authentication the user will be able to input their email address Is called for. Is there a way to authenticate the user without asking for his e-mail? I am pretty sure that many sites do this, appreciate any guidance or article!
ExternalLoginCallback instead of line in the account controller in the
view ("External login configuration", new Extra login login configuration {email = login.info.mail}); ExternalLoginConfirmation with all the rows inside the function
Comments
Post a Comment