-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.x: Change redirect strategy #487
Conversation
$options = $sm->get('zfcuser_module_options'); | ||
|
||
return new RedirectCallback($application, $router, $options); | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alignment seems broken
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
I think this is good. |
|
@Danielss89 issue may need labels/milestone? |
Added Mvh. On Thu, Jul 3, 2014 at 5:54 PM, Marco Pivetta [email protected]
|
I change the way the redirect strategy works.
The redirects from authenticate/logout actions are now callbacks.
This way the user can overwrite the default callback and decide exactly what to should happen.
closes #479
closes #476
closes #473
closes #469