imsujan276 / shopify_flutter

A flutter package that works as a bridge between your Shopify Store and Flutter Application
https://pub.dev/packages/shopify_flutter
MIT License
27 stars 25 forks source link

Customer Auth Using “New Customer Accounts” #73

Closed deliciousMuffin78 closed 1 month ago

deliciousMuffin78 commented 3 months ago

Many shops switched to passwordless shopify logins so would be useful to allow login using new oauth 2.0 flow where customer enters email > receive 6 digit code by text/email from shopify to complete login. Extra plus if this can also return Shopify’s customer global id to simplify other in-app functions.

imsujan276 commented 3 months ago

Shopify storefront has not provided the feature to graphql yet

you can see all the available customer-related operations HERE