In this first episode, we kick things off by introducing the course: we're going to learn how to authenticate with a Laravel API from a Nuxt project. The idea is to give you solid scaffolding to get you started, plus all the basics so you can extend and build out more complex features after the course.
We start by demoing the app you'll have by the end—showing how you're redirected from the dashboard to the login page if you're not signed in (thanks to some handy middleware). Once signed in, you land on your personalized dashboard and can even update account details. We also walk through the registration process, just to show how easy it will be for users to sign up.
By the end of the video, you'll see that everything we're going to cover is super practical, and you'll be able to use these authentication patterns in your own Nuxt + Laravel projects. Next episode, we'll actually start setting up both projects from scratch.