Add test for JwtSignatureGenerator
This commit is contained in:
parent
54b30617b0
commit
e07d6e3ea5
2 changed files with 84 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue