feat(JwtSignatureHandler): Unterstützung für die Erstellung von Token durch den Routenwert der Tokenbeschreibung hinzugefügt.
This commit is contained in:
@@ -8,6 +8,8 @@ namespace DigitalData.Core.Security.Config
|
||||
/// </summary>
|
||||
public class TokenDescription : IUniqueSecurityContext
|
||||
{
|
||||
public string? ApiRoute { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the value of the 'audience' claim.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user