Skip to content

Union extension method on IList<Claim> type #94

Description

@N1K0232

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions