Skip to content

Commit a1378e1

Browse files
committed
formating
1 parent 86d12e0 commit a1378e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roles/lib/files/FWO.Middleware.Client/JwtReader.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public async Task<bool> Validate()
6060
try
6161
{
6262
TokenValidationParameters validationParameters = new TokenValidationParameters
63-
{
63+
{
6464
RequireExpirationTime = true,
6565
RequireSignedTokens = true,
6666
ValidateLifetime = true,
@@ -69,7 +69,6 @@ public async Task<bool> Validate()
6969
ValidateIssuer = true,
7070
ValidIssuer = FWO.Basics.JwtConstants.Issuer,
7171
IssuerSigningKey = jwtPublicKey,
72-
7372
};
7473

7574
JsonWebTokenHandler handler = new ();

0 commit comments

Comments
 (0)