LinqToDB.Identity icon indicating copy to clipboard operation
LinqToDB.Identity copied to clipboard

ASP.NET Core Identity provider that uses LinqToDB.

Results 5 LinqToDB.Identity issues
Sort by recently updated
recently updated
newest added

Tracks list of tasks to to: - [x] move project to main linq2db repository and obsolete this one - [x] update project to VS2019 - [x] update project to use...

A startup.cs run in one of your samples includes a block for generating Identity tables using DataConnection.CreateTable. Table names for Identity (and any that are generic types) come out as...

From a quick look at the code I saw that the users TKey is hard coded as string, is that correct? However, is there an easy way to use an...

Hello, I have been trying to use UserManager and RoleManager. I have implemented my identity classes that have int primary key. For instance, when I would like to use UserManager...

Thanks for the awesome lib. I'm trying it out for a new project in .Net core 2.0 and run into the below error when adding the ".AddLinqToDBStores(new DefaultConnectionFactory())" statement. I've...