Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Add "roles" to standard claim types (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
leverse-tjip authored Dec 14, 2023
1 parent bcd6b41 commit 6a697f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/JwtClaimTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ public static class JwtClaimTypes
/// </summary>
public const string Role = "role";

/// <summary>
/// The roles
/// </summary>
public const string Roles = "roles";

/// <summary>
/// The reference token identifier
/// </summary>
Expand Down

0 comments on commit 6a697f2

Please sign in to comment.