My symfony project is split into several applications. Using the sfDoctrineGuard plugin, I would like to create another application just for logging in and redirecting it to the corresponding application after logging in.
- Is this advisable or is it contrary to how sfGuard should work?
- Is there a way to redirect between applications without hard coding the whole url? Is there a way for symfony to do this, or does that not mean that projects should function?
(All I can find is this thread , which is rather vague in its specifics.)
source
share