Tolga Paksoy
Tolga Paksoy
We're on Node 22.11 now.
@Lolek381 thanks for the kind words! Where are you redirecting users to after: - Offline auth - Online auth ?
@Lolek381 you have to also use online auth. You use offline auth to install the app, and then redirect to the online auth to receive a temporary token. This is...
@Lolek381 did you have any news on this? 🙂
Why are you redirecting back to the same `auth` URLs after you've completed the OAuth steps? > res.redirect('/shopify/online/user'); Once you've done `online` OAuth, you should redirect the user to the...
The "validity" is checked when you use [`shopifyApi.session.decodeSessionToken`](https://github.com/Shopify/shopify-api-js/blob/main/lib/session/decode-session-token.ts) which happens in `ShopifyAuthGuard` for any controllers marked with `@UseShopifyAuth()`. So to say that access token validity is not checked is _wrong_...
Thanks @schiller-manuel for the clear explainer. I was unaware that this call was being made in case a user logs out! If this is urgent for you? Feel free to...
I am open to any proposed solution when it is well tested 👍. If you open a PR we can spar a bit.
@schiller-manuel these middlewares are indeed missing. Would you be open to contribute to these? 🙂
Hi @rauldeheer If you're thinking of using only the Shopify Storefront API, I'm afraid this package will not help in that regard. There's no integrated way of exposing the Storefront...