Search for solutions or post your questions. Let our community experts move you forward.
Interactive authentication events are not working any more, since the move to symfony 6.4 with spryker-b2b 202404.0 . This is due to a missing InteractiveAuthenticatorInterface for the CustomerLoginFormAuthenticator in spryker-shop/customer-page. Is this intentional or can yo please re-add that interface?
Hi Dev-Community 👋 I tested the Double Opt-In Feature on https://github.com/spryker-shop/b2c-demo-shop.git current master in development-mode and wasn't able to completely confirm its functionality: Expected Behavior: Customer creates an account Customer sees the "Almost there! We send you an email to validate your email…
Hello Team, I am looking for a way to prevent non-logged-in customers from accessing my Spryker shop. I want to know where the first script runs or where the session check occurs so that I can set up login prevention without adding logic to each controller. Is there an entry point where I can implement this?