The video for this lesson is currently being updated, please read the transcript instead.

Module introduction

In this module, we'll be adding user accounts to our API.

The main purpose of this is to allow us to create an authentication system to restrict some of our endpoints.

We're going to be using JSON Web Tokens for this, which is special kind of token that works brilliantly for securing APIs.

To view the complete lesson you'll need to login or join this course.


Click to load comments...