Overview: Building Login and Registration Forms
Get an overview of the topics covered in this chapter.
We'll cover the following...
Registration and login are essential features of web applications that have users. Even if an authentication flow can be handled directly with simple requests, there is also a need to have logic working behind the UI to manage the authentication and session, especially if we ...