Php – How to authenticate with JWT and receive a user object (API in different project)?
I have two Symfony 7.1 projects - one provides an API (named "core" - uses API Platform v4 and JWT Lexik Bundle), the other is a web based front-end to access the data (named "dashboard"). Users login to the dashboard,…