Closed
Description
It would be nice to offer customization options for redirection such as Fortify::redirectAfterLoginUsing($callback)
or Fortify::redirectAfterRegisterUsing($callback)
. This would bring back laravel/ui
redirectTo
capabilities. What do you think ? Do you prefer to encourage people to use custom Response classes and to put them under app/Http/Responses/Fortify
?
Concerning the registration use case, maybe it's pretty common to redirect users to a tour/guide page, so what do you think about a dedicated configuration key to set the path ?