Mongodb – ASP.NET Core 8 Web API : JWT token always invalid
When authenticating through JWT on ASP.NET Core 8 Web API, it always throws this error: Bearer error="invalid_token" regardless of what I do. I have checked the token through jwt.io, where everything looks normal. I have also checked the Chrome network…