Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed Introduction to User Authentication in PHP!
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...