Introduction to Authentication
Learn about the content outline and the topics covered in this chapter.
We'll cover the following...
Introduction
Previously, we added an HTTP framework to our application, heavily simplifying our code. After that, we added the concept of users to the application and developed the register endpoint. In its current state, our application is already storing a couple of things, with the small gotcha that it’s storing in memory. We’ll tackle this specific issue in this ...