account: Rework LoadIdTokenCache to auto generate a random JWT token (#2991)

This improve correctness of that call while possibly spoofing possible recognizable patterns.
This commit is contained in:
Mary 2022-01-11 09:22:20 +01:00 committed by GitHub
parent e32a19520b
commit 275275f7ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 55 additions and 6 deletions

View file

@ -23,6 +23,7 @@
<PackageReference Include="MsgPack.Cli" Version="1.0.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta11" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.15.0" />
</ItemGroup>
<!-- Due to Concentus. -->