linq2db / LinqToDB.Identity

ASP.NET Core Identity provider that uses LinqToDB.
https://linq2db.github.io/
MIT License
46 stars 9 forks source link

Easy way to change the key type? #18

Open srad opened 5 years ago

srad commented 5 years ago

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 int? Or do I have to re-implement the interfaces myself?

MaceWindu commented 5 years ago

@ili could you provide answer?