Search⌘ K
AI Features

Summary of Adding Authentication and Connecting to the Database.

Explore the process of integrating authentication features and connecting a Deno web application to a MongoDB database. Understand middleware use for logging, request timing, and token validation, and learn how to design a modular, extendable application architecture with secure authorization and real data persistence.

We'll cover the following...

Recap

This chapter pretty much wraps up our application in terms of logic. We'll come back later to add tests and the single feature that we're missing—the ability to rate museums. However, most of this has already been done. In its current state, we have an ...