config->getKeys(Application::APP_ID) as $key) { if (!str_starts_with($key, 'jwt_token_privkey_')) { continue; } $secret = $this->config->getValueString(Application::APP_ID, $key); $this->config->setValueString(Application::APP_ID, $key, $secret, sensitive: true); } } }