Relative Content

Tag Archive for c#asp.net-mvcasp.net-corejwt

JWT ASP .NET Core MVC

I have never worked with ASP .NET Core before. While I’m just messing around, I have a desire to make authorization using JWT in MVC. As a result, I looked at several guides, read several articles, maybe I didn’t understand something, but for some reason authorization does not work for me, although I receive a token, I immediately make a request to the controller with the Authorize attribute and receive the response Bearer error= “invalid_token”