AspNet.Identity.PostgreSQL icon indicating copy to clipboard operation
AspNet.Identity.PostgreSQL copied to clipboard

ASP.NET Identity provider for PostgreSQL databases.

Results 3 AspNet.Identity.PostgreSQL issues
Sort by recently updated
recently updated
newest added

I tried to integrate AspNet.identity.PostgreSQL into Microsoft ASP.NET Identify Samples (https://www.nuget.org/packages/Microsoft.AspNet.Identity.Samples/2.1.0-alpha1) but not success. Could you give some more examples or some guilde to create a simple login, create user...

MVC 5.2.3 AspNet.WebApi 5.2.3 ## Visual Studio 2015 Community Edition Error --------------------- foreach (IdentityUserLogin linkedAccount in user.Logins)---------------------- The above section in the below code inside "Controllers\AccountController.CS" shows an error "The...