LocalAccountsApp
LocalAccountsApp copied to clipboard
how to use UseGoogleAuthentication,
how to use UseGoogleAuthentication, I put clent id and ClienSecret, but it's not working. please help me
app.UseGoogleAuthentication(new GoogleOAuth2AuthenticationOptions()
{
ClientId = "",
ClientSecret = ""
});
Originally posted by @sanathpathiraja in https://github.com/MikeWasson/LocalAccountsApp/issues/4#issuecomment-533838430