How I Created Laravel And Vue Authentication: API + SPA
Video Statistics and Information
Channel: Simon Poska
Views: 17,133
Rating: undefined out of 5
Keywords: laravel vuejs authentication, laravel and SPA authentication, laravel and vue auth, API + SPA authentication, vue session based authentication, how to create authentication, vuejs and laravel authentication 2020, laravel and vue login, vuejs laravel session based login, vue js cookie based login, login using laravel and vuejs, login using laravel and SPA, laravel sanctum login, authenticate users using laravel sanctum and vuejs, laravel authentication for beginners, laravel+vue
Id: BWNcuB3LQz8
Channel Id: undefined
Length: 21min 55sec (1315 seconds)
Published: Mon Nov 30 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Thanks for the video.
I watched this and also Andre Madarang's Laracast video: https://laracasts.com/series/whats-new-in-laravel-7/episodes/6
In Andre's video he mentions that both the SPA and laravel backend need to be running under the same domain. Is that true?
What is the best practice if I wanted to host my SPA on an S3 bucket and the laravel app (for api endpoints) on a server?