I have a Symfony_2.8 project with database that contains users of this app, now i'm moving one bundle in this project to separate Symfony_3.3 project with new database ,how can i authenticate users and load them from the main project users database ?
Note: the two projects on the same server.