In fact, digging in the projects, I noticed that any project that uses Doctrine 2 and DDD, using JWT, and write custom authorization, reinstatement, registration of users.
Why and what for?
For example in Laravel + Doctrine, of course, the standard Auth package and Guard will not work with Doctrine, because those packages on Eloquent.
What about Symfony? I see that JWT used packages where there are no FOSUserBundle, why? Is there or is not provided in standard packages Symfony to develop a system of authorization of users?
Example package:
https://github.com/lexik/LexikJWTAuthenticationBundle