Skip to content

Login Redirect Controller

Compare
Choose a tag to compare
@devosc devosc released this 02 Jan 18:28
· 30 commits to master since this release

The login redirect now uses a controller to store the current URL in the session and to return a HTTP redirect response. This allows the HTTP redirect class to be configured as a service with the URL to redirect to.

'login\redirect\response' => [Mvc5\Http\HttpRedirect::class, '/login']