-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I had an idea for a new extension method that I started using in my projects
After sign-in task, I create a collection of claims. Usually this collection ends with the list of the roles, the user has.
Since a Jwt bearer token allows the user to have more values for the same type, my idea is to create an extension method that can add a list of string values for a given claim type
Here my example:
public static void Union(this IList claims, string claimType, IEnumerable values)
Could this approach be possible to avoid code duplication each time?
Metadata
Metadata
Assignees
Labels
No labels