Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
- Application Overview 4:18
- Object-Oriented Authentication
- Authentication vs Authorization 1:46
- AuthN vs AuthZ 5 questions
- Registration System 5:01
- Securing Passwords 5:01
- Login System 5:45
- Registration and Security 5 questions
- Verify Authentication 3:52
- Logging Out 4:00
- Require Authentication 4:19
- Authenticated Login 5 questions
Well done!
You have completed Introduction to User Authentication in PHP!
Instruction
Object-Oriented Authentication
When implementing user authentication in an object-oriented application, the same methods would be used. The approach will be slightly different because most of the authentication will be handled through routing.
Check out the Object-Oriented version of the application, where y...