Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 1.14 KB

2021-11-12-separate-storage-of-first-run-wizard-token-and-store-token.md

File metadata and controls

16 lines (16 loc) · 1.14 KB
title issue author author_email author_github
Separate storage of First Run Wizard token and Store token
NEXT-18549
Frederik Schmitt
f.schmitt@shopware.com
fschmtt

Core

  • Changed Shopware\Core\Framework\Store\Authentication\FrwRequestOptionsProvider to add the First Run Wizard token as X-Shopware-Token header
  • Changed Shopware\Core\Framework\Store\Api\FirstRunWizardController::frwLogin() to store the First Run Wizard token in the user_config database table instead of user.store_token
  • Changed Shopware\Core\Framework\Store\Api\FirstRunWizardController::upgradeAccessToken() to remove the First Run Wizard token from the user_config database table
  • Added Shopware\Core\Framework\Store\Services\FirstRunWizardClient::USER_CONFIG_KEY_FRW_USER_TOKEN
  • Added Shopware\Core\Framework\Store\Services\FirstRunWizardClient::USER_CONFIG_VALUE_FRW_USER_TOKEN
  • Added Shopware\Core\Framework\Store\Services\FirstRunWizardClient::updateFrwUserToken()
  • Added Shopware\Core\Framework\Store\Services\FirstRunWizardClient::removeFrwUserToken()
  • Added Shopware\Core\Framework\Store\Services\FirstRunWizardClient::getFrwUserTokenConfigId()