Skip to content

Commit 7204b7e

Browse files
committed
adding public key DS jwt consts
1 parent d4c67f2 commit 7204b7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cas-dotnet-helpers/Constants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public class RedisKeys
4646
public const string IsActiveUser = "Is-User-Active-";
4747
public const string IsUserAdmin = "Is-User-Admin-";
4848
public const string UserTokenPublicKey = "User-Token-Public-Key-";
49-
public const string PublicKeyKey = "PUBLICKEYKEY";
50-
public const string PublicKeyNonce = "PUBLICKEYNONCE";
49+
public const string JWTPublicKeySignature = "JWT-Public-Key-Signature";
50+
public const string JWTPublicKeyPublicKey = "JWT-Public-Key-Public-Key";
5151
}
5252
}
5353
}

cas-dotnet-helpers/cas-helpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
99
<Title>cas-helpers</Title>
10-
<Version>1.0.24</Version>
10+
<Version>1.0.25</Version>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)