-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
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
Customer does not keep authenticated when navigating from Catalyst storefront to Optimized One-Page Checkout #1059
Comments
Thanks for your report @Pedro-Silva-MM. This is being added very soon with an improvement to the GraphQL Storefront API which will persist the customer session through to the checkout. In the meantime, if you require this functionality right now, you can look at the approach in this PR which uses the Customer Login API to do so: #715 This approach requires a Client Secret from an API account created directly in the BigCommerce Control Panel. Once we release our new approach, this will become a feature of the GraphQL Storefront API and will not require any additional credentials. I'll keep this issue open until we release our new feature. |
Thank you =) |
We have the same issue, some updates about this ? |
#1262 should fix this issue but we're finalizing some details before we merge. |
Any expected date for the merge? |
We have been delayed after testing some fixes for this functionality in our other environments. Still waiting on security review to release this further. Thanks for bearing with us on this! |
This should fixed in a Catalyst -> Checkout direction. We still need to implement some stuff, both in Catalyst and in checkout to support keeping logged in state in the other direction but I think we can consider this fixed for now. |
Describe the bug
Running a Catalyst application locally, logging in as a customer, adding items to the cart and proceeding to checkout even though the user was authenticated on the storefront the checkout prompts the user to log in.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The customer should remain authenticated from storefront to checkout.
The text was updated successfully, but these errors were encountered: