79802319

Date: 2025-10-27 23:42:58
Score: 1
Natty:
Report link

Was able to fix this by updating System.IdentityModel.Tokens.Jwt to the latest version. This would require explicit installation.

<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.21" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Israel