This repository has been archived by the owner on Dec 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 864
Provide UserClaimsPrincipalFactory<TUser> #617
Labels
Milestone
Comments
Happy to PR for this if this sounds reasonable. |
Feel free to submit a PR for this sure :) |
Any progress on this? We should also have |
tugberkugurlu
added a commit
to tugberkugurlu/Identity
that referenced
this issue
Sep 1, 2016
1 task
@blowdart we should discuss this in triage again |
This was done in 2.0 to support roles being optional |
Done via #1269 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently,
IUserClaimsPrincipalFactory<TUser>
has an implementation asUserClaimsPrincipalFactory<TUser, TRole>
. However, this is not convinent for implementations which don't supportIRoleStore<TRole>
. ProvidingUserClaimsPrincipalFactory<TUser>
would be great.The text was updated successfully, but these errors were encountered: