symfony: multiple apps, single login?
- by gruner
My symfony project is divided into several apps. Using the sfDoctrineGuard plugin I'd like to create another app just for login, and redirect to the appropriate app after login.
My questions:
• Is this advisable or does it go against how sfGuard is supposed to work?
• Is there a way to redirect between applications without hardcoding the entire url? Is there a "symfony way" of doing it, or is this not how projects are supposed to function?
(All I can find is this thread which is kind of vague on the specifics.)