Hi Shopify Devs,
I’m building a Shop Mini and using userTokenVerify on my backend.
-
On Chrome, I can send a mock token
"user-token-123"to my backend, but it returnsUnauthorized(expected). -
On iOS Simulator, running the Mini inside the Shop app, I don’t see any request sent to my backend, and the token isn’t available.
Questions:
-
Does the Mini on iOS Simulator not automatically send the user token to a backend?
-
How can I get the real user token from the Mini in Simulator for verification?
-
Is there a specific step or trigger needed to generate/send the token?
Thanks for any guidance or example flows!