Token-Based Authentication

Lessons

1. Intro to Authentication

3:26

2. Project Structure

6:52

3. User Registration

9:24

4. User Login

11:34

5. User Logout

8:09

6. Handling Errors

6:29

7. Automatic Login

5:49

Project Structure

In this lesson we’ll be looking at the starting code for the example app we’ll be using for this course. We’ll understand the steps that need to be taken to add authentication to it, which we’ll do lesson by lesson throughout the course. We will be using Vue Router, Vuex, and Axios, so if you