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.
Click to load comments...