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

User Logout

Now that we understand how to log users into our app, we can start thinking about what it takes to successfully log a user out of our app. As you might expect, logging a user out will essentially require us to reverse the steps we took when we logged a user in. This means we’ll need to remove the use