Laravel Fortify Password Confirmation with Livewire
Im building an app using Laravel Fortify and Livewire and i know how to use Fortify to build a separate view for confirming the user's password before taking an action by adding the following code to the fortifyServiceProvider
but i would like to know how can i have the user confirm their password in a modal perhaps before performing an action to avoid redirecting the user to another view to make that SPA feeling for the user since I'm using Turbolinks in the project as well.
Thanks for the reply but after looking at the jetstream repository I found out that it's using the libraries and methods that are exclusive to Jetstream.
I just need to know how to send POST and GET requests to an endpoint using Livewire without refreshing the page.