79338009

Date: 2025-01-08 05:14:00
Score: 4
Natty:
Report link

I have the same issue here, I followed a online video to create Identity propject. It uses below .net core 8, but my project is 8. when I run it, it shows the same error. My _jwtSettings.Key was 19 chars. I change it to longer. Than it works.

var symmetricSecurityKey = new SymmetricSecurityKey(Encoding.UTF8.GetBytes(_jwtSettings.Key));

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: paddywide