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

Handling Errors

In this lesson, we’ll be taking a look at handling some of the errors that can happen when users attempt to register or log in to our app. So let’s think about the situations that we should be checking for.

First, we want to