Conclusion on User Login

Let's conclude what we have 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 finished the authorization portion of our application.
  2. We created a new feature that lets returning users login into our application.
  3. We updated the navbar to
...