* List of filter aliases that works on a * particular HTTP method (GET, POST, etc.). * * Example: * 'post' => ['csrf', 'throttle'] * * @var array */ public $methods = [ 'post' => ['csrf','loginfilter] ]; /** * List of filter aliases that should run on any * befor...