It is possible to perform a redirection with the template engine of twig
I need to validate using a variable that I have, if the variable is not fulfilled redirect to /account/login
{% account.islogin==false%}
{#redireccion /account/login/
{% endif %}