Hi, i've this
service('auth')->routes($routes, ['except' => ['login', 'register','change-password']]);
$routes->get('login', '\App\Controllers\Shield\LoginController::loginView'); //handle in customized controller
$routes->post('login', '\App\Controllers\Shield\LoginController::loginAction'); //handle in customized controller
$routes->get('register', '\App\Controllers\Shield\RegisterController::registerView');