Login Redirect Controller
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']