App reviews, troubleshooting, and recommendations
Hi everyone, I started noticing this sign in alert is triggered when trying obtain a token from AppBridge, in my react app.
export function Auth() { const shopify = useAppBridge(); const navigate = useNavigate(); useEffect(() => { shopify.idToken().then((token) => { // console.log("Session token: ", token); }); }, [navigate, shopify]);
I use this token to communicate with my backend, and the backend validates this token to make sure it comes from Shopify.
Anybody knows how to avoid this? I'm logged into the shop using the app, why am I prompted to log in again?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025