@jameshagood Take a look at the official PHP template, which will contain authentication for a Shopify user session: https://github.com/Shopify/shopify-app-template-php/tree/cli_three
Oct 11, 2022
6
Level 1
Shopify Applications with Laravel Experience
does anybody have experience building shopify applications with laravel?
If so, how do you handle logged in user specific things as far as saving those things to the database and building the relationship between that and the user that submitted it?
The session is relative to the store that installs the application but I am having trouble trying to figure out the best way to store the users and the data those users submit with the relationship between them.
Please or to participate in this conversation.