feat(JwtSignatureHandler): Unterstützung für die Erstellung von Token durch den Routenwert der Tokenbeschreibung hinzugefügt.

This commit is contained in:
Developer 02
2025-01-07 09:30:33 +01:00
parent 592b949f57
commit d17c5ca6cd
2 changed files with 17 additions and 1 deletions

View File

@@ -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>