Focuses on API authentication, access scopes, and permission management.
We submitted our unlisted app for review yesterday. There is however no way of providing login credentials so the tester can actually test the authentication flow. How have people got around this?
Thanks!
You should be using Shopify's oauth flow. Its convenient for the merchant and critical for your app to get the right scopes added to the auth token your app will need
https://shopify.dev/apps/auth/oauth#the-oauth-flow
@Brian_S - thanks for responding - we are using the OAuth flow as discussed. The question is how can this be reviewed by the team. A shop owner needs to login to our system, authenticate their storie which will provide us we details on their orders. This needs to be done through our UI but I am not sure how I can give the Shopify testers credentials to login to our UI.