Authentication allows you to manage user access to a website by verifying user credentials.
Here is a simple login form:
<form action="login.php" method="post">
Username: <input type="text" name="username">
Password: <input type="password" name="password">
</form>