Hello,
I am a bit confused on the internals, more specifically would a Livewire object be accessible by someone by firing an ajax call?
I have a route which requires authentication that loads Livewire, this Livewire controller handled sensitive data and I would like to know how secure is? I can’t seem to find anything that would allow me to put it behind a middleware.
Thanks