feat(IJwtSignatureHandler): Unterstützung für die Erstellung von Token durch den Routenwert der Tokenbeschreibung hinzugefügt.
This commit is contained in:
@@ -8,10 +8,14 @@ namespace DigitalData.Core.Abstractions.Security
|
|||||||
|
|
||||||
SecurityToken CreateToken(TPrincipal subject, string issuer, string audience);
|
SecurityToken CreateToken(TPrincipal subject, string issuer, string audience);
|
||||||
|
|
||||||
|
SecurityToken CreateToken(TPrincipal subject, string apiRoute);
|
||||||
|
|
||||||
string WriteToken(SecurityToken token);
|
string WriteToken(SecurityToken token);
|
||||||
|
|
||||||
string WriteToken(SecurityTokenDescriptor descriptor);
|
string WriteToken(SecurityTokenDescriptor descriptor);
|
||||||
|
|
||||||
string WriteToken(TPrincipal subject, string issuer, string audience);
|
string WriteToken(TPrincipal subject, string issuer, string audience);
|
||||||
|
|
||||||
|
string WriteToken(TPrincipal subject, string apiRoute);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user