Hey everyone. I'm making a web application with a React frontend and a .NET WebApi backend. Was wondering what is the most recommended way of handling authentication/session that integrates with the [Authorize] attributes of WebApi? I was looking into JWT to try something new, however have seen posts about how it's not the best for handling user sessions and is mainly better for API to API integration. What would you recommend?