Add test for JwtSignatureGenerator

This commit is contained in:
eelke 2026-02-14 14:38:30 +01:00
parent 54b30617b0
commit e07d6e3ea5
2 changed files with 84 additions and 1 deletions

View file

@ -4,7 +4,7 @@ using Microsoft.AspNetCore.WebUtilities;
namespace IdentityShroud.Core;
public class JwtSignatureGenerator
public static class JwtSignatureGenerator
{
/// <summary>
/// Generates a JWT signature using RS256 algorithm