In this lesson, we will use Auth0 to generate a JWT that we can use to validate future requests to our server.
We will then return that token and test that it works when authenicated by our middleware.
During the lesson, we'll also briefly look at a strategy to keep your credentials out of source control using a .gitignore file.