Replies: 2 comments 1 reply
-
Although I understand your concern, we're following Magento's GraphQL API here: https://developer.adobe.com/commerce/webapi/graphql/schema/customer/queries/is-email-available/ Since this API is exposed by Magento, limiting usage on the GraphCommerce side will not reduce any risk. What do you think? If this is a concern, I'll might be able to ping someone from Magento to answer this question. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This has since been solved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When reviewing the login page, we identified a potential security issue when asking customers only for their email address to check if they have an account or not.
This makes the site less secure because hackers with lists of emails could run a check on which emails are actually having an account in this website and send pshishing emails to those accounts.
Solution: Create an additional button for Sign in specifically, so that customers have to enter both email address and password combination correctly to be able to sign in.
Error message if validation fails will not specify which input was valid, but only mention that the combination does not work.
Beta Was this translation helpful? Give feedback.
All reactions