Login System TutorialsΒΆ
In this section, we will discuss the highlights of each parts in building a login system.
- Login System Tutorial Part 1 - Build A Project
- Login System Tutorial Part 2 - Login Form
- Login System Tutorial Part 3 - Sending Request
- Login System Tutorial Part 4 - Login Access Debugging
- Login System Tutorial Part 5 - Session and Cookie
- Login System Tutorial Part 6 - Home Page
- Login System Tutorial Part 7 - Logout
- Login System Tutorial Part 8 - Webpage Manipulation
In Part 1 of the tutorial, we will cover on building and preparing a project from scratch.
In Part 2, we will discuss about creating a login form in HTML.
In Part 3, we will talk about sending data from login form in HTML to the LoginHandler.
In Part 4, we will discuss about checking the status of the user login with and without OTP validation.
In Part 5, we will talk about getting the session key if the user login is valid and setting an HTTP cookie for the user session.
In Part 6, we will discuss about redirecting a webpage after the user submits a form and passing the data object to the Home Page.
In Part 7, we will talk about logging out a user account from the home page.
In Part 8, we will discuss about reading a cookie and getting the user from the model based on the value of the cookie to ensure that the user is active.