Summary of HTTPS, Extracting Configuration, and Deno in the Browser
Go over a summary of what we covered in this chapter.
We'll cover the following...
Recap
This was a chapter in which we focused a lot on practices that bring our application closer to a state that we can deploy into production. We started by exploring basic security practices, adding the CORS mechanism and HTTPS to the API. These two features, which are pretty much standard in any ...