We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
アダプターとしてSecurityContextクラスを作成。 SecurityContext#logout() SecurityContext#getLoginCustomer()
SecurityContext#isGranted('...') or SecurityContext#isAdmin()
SecurityContext#getEncoder($entity)
Password Hasherに移行してもよいのでは。 パスワードのHashアルゴリズムを自動的に更新していってくれる。EC-CUBEのパスワードの自動移行も可能。 https://symfony.com/doc/current/security/passwords.html chihiro-adachi@b182b20?diff=split
Eccube\Security\Http\Authentication\AuthenticationUtilsクラスを作成してアダプトする。
POSTリクエストをforwardするときにCSRFトークンを設定し直している
next-poc/src/application/Eccube/Controller/Admin/Product/CsvImportController.php
Line 1725 in ae05715
forwardせずにメソッド呼び出しで解決する
Symfony\Component\Security\Core\User\UserInterface extends Eccube\Security\UserInterfaceを作成
Symfony/Validatorと合わせて対応を検討する
The text was updated successfully, but these errors were encountered:
kiy0taka
No branches or pull requests
Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
対応案
アダプターとしてSecurityContextクラスを作成。
SecurityContext#logout()
SecurityContext#getLoginCustomer()
Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface
対応案
SecurityContext#isGranted('...') or SecurityContext#isAdmin()
Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface
対応案
SecurityContext#getEncoder($entity)
Password Hasherに移行してもよいのでは。
パスワードのHashアルゴリズムを自動的に更新していってくれる。EC-CUBEのパスワードの自動移行も可能。
https://symfony.com/doc/current/security/passwords.html
chihiro-adachi@b182b20?diff=split
Symfony\Component\Security\Http\Authentication\AuthenticationUtils
対応案
Eccube\Security\Http\Authentication\AuthenticationUtilsクラスを作成してアダプトする。
Symfony\Component\Security\Csrf\CsrfTokenManagerInterface
POSTリクエストをforwardするときにCSRFトークンを設定し直している
next-poc/src/application/Eccube/Controller/Admin/Product/CsvImportController.php
Line 1725 in ae05715
対応案
forwardせずにメソッド呼び出しで解決する
Symfony\Component\Security\Core\User\UserInterface
対応案
Symfony\Component\Security\Core\User\UserInterface
extends Eccube\Security\UserInterfaceを作成
Symfony\Component\Security\Core\Validator\Constraints\UserPassword
Symfony/Validatorと合わせて対応を検討する
The text was updated successfully, but these errors were encountered: