LocalAccountsApp icon indicating copy to clipboard operation
LocalAccountsApp copied to clipboard

Show local login with ASP.NET Web API

Results 3 LocalAccountsApp issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/10841598/27539715-723c68bc-5a75-11e7-857c-633c09bc36d4.png)

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...