Let's Go Further › Permission-based authorization
Previous · Contents · Next
Chapter 16.

Permission-based authorization

By the time a request leaves our authenticate() middleware, there are now two possible states for the request context. Either:

In this section of the book, we’re going to take this to the next natural stage and look at how to perform different authorization checks to restrict access to our API endpoints. Specifically, you’ll learn how to: