I'm trying to migrate my asp.net core 1.1 project to asp.net core 2.0. I've used the guidelines from her to implement jwt authentication.
Now that I've upgraded to 2.0, I've used the guidelines in here and here to migrate, but HttpContext.User.Identity.IsAuthenticated is false.
The client correctly sends the bearer token. Any links or pointers are appreciated.