['required', 'string', 'max:64'], 'username' => ['required', 'string', 'max:128'], 'password' => ['required', 'string', 'min:6', 'max:128'], ]; } }