aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.97k stars 871 forks source link

Example of an IUserClaimStore #1993

Closed yetanotherchris closed 5 years ago

yetanotherchris commented 5 years ago

Hello,

I'm looking through the source (EF mainly) and can't find an IUserClaimStore example. Does it implement it? Or is there source repo somewhere else I could find a working example?

blowdart commented 5 years ago

IClaimStore isn't one of ours, do you mean IUserClaimStore?

yetanotherchris commented 5 years ago

Yes, IUserClaimStore @blowdart

yetanotherchris commented 5 years ago

I guess the answer is no, so I'm closing