WEB241: Hardening PHP Web Apps - Broken Authentication
Authentication is the process of recognizing a user's identity. In other words, are the correct people accessing a given a resource? Do they have reason and permission to do so? This lab teaches you how to secure the authentication methods in a web application written in PHP.
Time
1 hour
Difficulty
Intermediate
Share
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or
Already have an account? Sign In »

Overview
Authentication is the process of recognizing a user's identity. In other words, are the correct people accessing a given a resource? Do they have reason and permission to do so? This lab teaches you how to secure the authentication methods in a web application written in PHP.
Learning Partner