This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Replies: 1 comment 2 replies
-
For SPAs it seems people are utilizing JWT, but yes you can, you would just need it on your main route. The ITP implementation is basic. You can find more information here on what it does and tries to do for the customer, with fallback cases. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I understand this package now handles ITP cookies, and that there is a new ITP middleware, and that frontend part is not included.
But I don't understand how am I supposed to use ITP cookies
i just have to add
->middleware(['auth.shopify', 'itp'])
to my admin routes and then deal with ITP cookies in frontend?
Thanks
PS
Can i benefit from ITP cookies in a standard Multiple page application? Or it's useful only for SPA?
Beta Was this translation helpful? Give feedback.
All reactions