Conclusion on Create Events

Let's conclude what we’ve learned so far and upload our updated application to GitHub.

We'll cover the following...

What have we done so far?

In this chapter:

  1. We added our first non-authorization feature that interacts with the API.
  2. We created our first HTTP Interceptor, adding the JWT we receive from the API to
...