Focuses on API authentication, access scopes, and permission management.
While the rest APIs allow you to create new customers and set passwords, you can not (as far as i have found) verify an existing password with the same api.
From a different site completely unaffiliated with shopify, what would be the best way to verify a shopify uid/pwd to make sure they have an account in good standing (without plus service)?
As I am extremely new to this, Node/js examples are especially welcomed!
Thanks in advance.
Solved! Go to the solution
This is an accepted solution.
Hi Mwolfeu_pi3g,
It's generally advisable to avoid handling any user passwords directly due to security concerns. If you're looking to create new customer accounts on Shopify for existing customers on a different platform, you'd need to trigger a "reset password" email to each customer, prompting them to set a new password on your Shopify store.
Hope this helps,
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
This is an accepted solution.
Hi Mwolfeu_pi3g,
It's generally advisable to avoid handling any user passwords directly due to security concerns. If you're looking to create new customer accounts on Shopify for existing customers on a different platform, you'd need to trigger a "reset password" email to each customer, prompting them to set a new password on your Shopify store.
Hope this helps,
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog