Skip to content
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

Add ability to set redirect URLs #20

Open
ashleyhindle opened this issue Nov 16, 2014 · 3 comments
Open

Add ability to set redirect URLs #20

ashleyhindle opened this issue Nov 16, 2014 · 3 comments

Comments

@ashleyhindle
Copy link

After login and register. More than happy to build this if you can let me know how you'd prefer it to work.

@ashleyhindle
Copy link
Author

This isn't required for login as the security provider can redirect on login if you set default_target_path in the 'form' array of your secure area.

'default_target_path' =>  'dashboard', // 'dashboard' here is a named route using ->bind

@deanc
Copy link

deanc commented Jan 5, 2015

I think this should be an option for SimpleUser under $app['user.options']. And then this could be re-used in the $app['security.firewalls'] when specifying the default_target_path.

But definitely 👍

@Indiana-
Copy link

That will be useful !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants