This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Using sessions
#1130
Replies: 1 comment
-
You will be able to get the domain and log in with every request. But it's easier to just make user_id public, I don't think anyone really needs it |
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
-
Hey all,
I am using Livewire and auth()->id() is not available after the first interaction with this package. I don't want to set the userId on a public property for obvious reasons. I tried using the laravel session helper, but from what I understand, sessions are being overidden by this package to handle shopify auth. Anyone else encounter this issue?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions