filament_path(), // Default username, send from request and for validation, also db column 'default_username' => 'username', // If multiple usernames are supported for login, will be searched by user columns 'multiple_usernames' => true, 'usernames' => [ 'username', 'phone', ], // If auth events should be stored 'store_auth_events' => true, // If sms verification is enabled, will be sent to the user 'sms_verification' => true, ];