Session Token Issue #44
syx-pravin
started this conversation in
General
Replies: 1 comment
-
Hi @syx-pravin JWT is cookieless, and is the way for you to authenticate the user loading your app in Shopify is who they say they are. So even if you don't use the Shopify API for additional functionality, it is a security requirement for all apps to use JWT. Using JWT means you won't get the "3rd party cookies blocked message" as your app no longer uses cookies. I've used this package multiple times incognito on all of my apps when testing, so it sounds like you have a set up issue maybe. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After following the installation document and completing the setup, I noticed the following issue.
App works as expected in Chrome browser, but embedding app doesn't work in incognito mode.
In addition, I have two questions regarding the implementation of session tokens:
Beta Was this translation helpful? Give feedback.
All reactions