Hello,
I have read the Livewire documentation again and I notice that it is never mentioned something about @csrf.
What about security using Livewire components ?
I mean ... without csrf token, it is possible to send datas to the server and save them into the database.
Perhaps I don't known enough about csrf and other security problems.
Would it be a good idea and secure to develop a while website with only Livewire components (that means with authentication form also) ? Is it secure to integrate only a few Livewire components in a traditional blade front ?
Well I have several questions ... perhaps other questions after your answers ... if someone could explain me if and why Livewire is less or more or equal secure than without Livewire.
Thank you for your help ;).
Vincent