1 like
·
491 reads
4 comments
I created the account to tell you this - thank you so much for creating this tutorial. Manual setup has been a nightmare and the documentation is so spare, spend hours on trying to figure out the correct vite setup and playing with your github repository and adjusting it to my needs allowed me to render the freaking svelte component :D Thank you so much for publishing this article
I'm a bit late in replying to you but thanks a lot for the appreciation.
It really motivates me to write more blogs and create more content.
Hi! Thanks for the article. Just one question: How does inertia authenticate users? If I wanted to include authentication other than Breeze or Jeststream, would I need to go with Fortify + Sanctum or else?
Inertia won't authenticate users, that would be done by your laravel backend, so you can basically use anything that you can use on a typical laravel project.
Things change only in the front end, how you submit forms and send data to the backend, everything else is the same.