Questions and discussions about using the Shopify CLI and Shopify-built libraries.
Good day community, I am trying to implement sessions tokens so that my app can be approved, I am using laravel for the backend and vuejs for the frontend, in the backend I use the package (osiset/laravel-shopify) I have been able to get the sessions tokens and add in my request the header: 'Authorization': 'Bearer: session token generated'
I have 2 questions, first one: how could I validate backend side with laravel and package (osiset/laravel-shopify) the session token?
the second: in the review email that shopify sent me, it mentions that third-party cookies are prohibited and they advise using session tokens, when using session tokens are cookies allowed? that part is not clear to me.
I would be very grateful if you could help me with these issues, greetings.