Create Secure Login & Registration System with Email verification, login through FB & Google, etc using PHP & MySQLi OOP
In this lecture we will going to create the HTML layout for our system
We'll learn how to do it using advanced Bootstrap 4
In this Lecture we'll going to create all the pages layouts and their content design.
you'll learn how to manage files design flow.
you'll learn how to create the standard structure of design.
This Lecture will teach you how to create and connect your MySQL server with php.
We'll be connecting our server using pure OOP procedure.
We'll going to use OOP class of MyQSLi.
In this lecture we'll learn how to create a sign up (registration) functionality using OOP PHP and MySQLi
You'll learn and able to understand the flow and steps for signing up user.
We'll learn how to send secure email to the user for activation their account, with all the necessary details in it.
In this part will create the functionality of activating user account.
We'll learn how to redirecting flow work after sign up.
We'll learn how to prevent user not use or browse secure pages until activate their account.
You'll learn how to activate user account using both POST and GET methods, which is very not teach by everyone.
We'll create our login functionality to make secure authentication of our users.
We'll learn how validation steps work.
You'll be able to understand flow of login system.
You will learn how to setup logout functionality in your system.
You'll be able to add Remember me functionality in your website.
You'll learn how to make this feature step by step.
You'll learn how check the clicking event for this feature.
You'll learn how to set and store the cookie in your system for future use.
You'll be able to retrieve and access to the stored cookie.
You'll learn how to delete the cookie.
You'll learn how to store object in cookie.
You'll learn how to transfer value from cookie.
You'll be able to add and integrate Google reCaptcha in your website.
You'll learn how to make your recaptcha required like form field.
You'll be able to securely integrate your recaptcha in server.
You'll learn how to verify the response from server site.
You'll learn how to transfer your files over server.
You'll learn how to transfer your Database into online server.
You'll learn how to mange the links (URL) of your project.
We'll create reset password link
We'll create reset password page to send email.
We'll generate the link for reset password.
We'll send email to user.
We'll Insert data in db for current user to reset.
We'll create the page where user can add new password.
We'll validate the expiry of link.
We'll authenticate the user and reset process.
In this lecture we'll create the functionality to change the password.
In this lecture we'll change and update the password of the user.
Show the alert message on front end.
In this lecture we'll learn how to create Facebook app in order to use API.
How to setup PHP SDK in your website.
In this lecture we'll learn how to connect our FB App with our website.
How to get Auth URL from FB.
How to perform the process after user come back from FB authentication.
How to retrieve the user data from FB.
How to use that data and create user in database.
How to check the existed user with same email of FB and utilize that if already exist.
In this lecture we'll learn how to create Google Project in order to use API.
In this lecture we'll learn how to connect our Google Project and SDK with our website.
How to perform the process after user come back from Google authentication.
How to retrieve the user data from Google.
How to use that data and create user in database.
How to check the existed user with same email of Google and utilize that if already exist.