Focuses on API authentication, access scopes, and permission management.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey everyone,
I'm currently learning about Shopify app development and have a few questions regarding the Session object. Here's an example of a stored Session object:
{ id: "offline_bennos-dev-store.myshopify.com", shop: "bennos-dev-store.myshopify.com", state: "", isOnline: false, scope: "write_products", expires: undefined, accessToken: "shpua_123token456", onlineAccessInfo: undefined }
Thanks for your help 🙂
cheers
The following is an explanation about offsine_token:
https://shopify.dev/docs/apps/build/authentication-authorization/access-tokens/offline-access-tokens
Need to store the session in backend's database.