LocalAccountsApp
LocalAccountsApp copied to clipboard
Show local login with ASP.NET Web API
Update database connection string and ensure App_Data exists, to fix issue #9 "SQL Database error": - Starting with Visual Studio 2013, the SQL Server Express automatic instance name is MSSQLLocalDB....
I am having an issue finding the attached db. 
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...