We have come to the end of one more chapter. We saw how to build token-based authentication, how to protect endpoints only for logged-in users, and how to deal with custom error messages.
We also learned how to use Laravel resources to return a JSON API format.
We are in the middle of our journey, yet we need to build all of the interface and implement the Angular frontend application so that we can have a pleasant visual result for our application.
In the next chapter, we will see how to integrate Angular as well as some more tools into our application.