Yes, we ran npx shop-minis setup and got the API key which is stored in src/.env as SHOP_MINIS_API_KEY. We set this as SHOP_MINIS_ACCESS_TOKEN in our Supabase secrets.
The request we’re sending:
Current status:
Token generation works correctly in iOS simulator (we see valid JWT tokens).
We have openid scope in our manifest.json.
We cannot test the userTokenVerify mutation because CSP is blocking network requests to our Supabase backend
Error: “Refused to connect to https://Supabase-project-ref.supabase.co/functions/v1/verify-shop-user because it does not appear in the connect-src directive of the Content Security Policy”