I have a difficulty, and I've been wandering around the internet for a while looking for the solution.
I'm using API Platform with JWT authentication, following the steps in https://api-platform.com/docs/core/jwt/ and it works really well. But I need to know if I can return the user data in the response, along with the Token, because I need to use it in the frontend. I really can't find how to do it, neither in the official documentation, nor by analyzing the bundle itself.
Is there any way?