symfony: multiple apps, single login?

Posted by gruner on Stack Overflow See other posts from Stack Overflow or by gruner
Published on 2010-04-14T16:44:36Z Indexed on 2010/04/17 15:03 UTC
Read the original article Hit count: 405

Filed under:
|

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.)

© Stack Overflow or respective owner

Related posts about symfony

Related posts about sfguard