Subscribe to access all episodes. View plans →
Published March 18, 2019
In this episode we want to build some simple authorization into an existing API. Currently, our API allows anyone request data from it. Now our requirements have changed. We need to restrict access to our API so that only people who have registered for an account can access it. There are many different options we could use to authorizing API requests…