We have existing ASP.NET Core 5 WebAPI project that is not using Identity. When a user sends login credentials we issue JWT token and return it as response body. It works well.<