I want to develop an application that can be accessed by my customers. I know that the shopify rest admin api provides the function of querying customer information, but it is not applicable to me. I need to verify whether the customer is himself. In this way, my application can generate a token for him, and verified customers can access my application through this token. Now I don’t know how to do it.
1 Like