Skip to content

This was the first Network Security assignment, is about 2 factor authentication using Gmail SMTP to send OTP as an email to clients

Notifications You must be signed in to change notification settings

Abcmah/assignment1

Repository files navigation

OTP EXPLAINED

FLOWCHATS

REGISTRATION

registration

LOGIN

LOGIN PAGE

OTP VERIFICATION

registration

INSTALLITION

// configrations
$my_smtp='smtp.gmail.com'; //your smtp eg smtp.gmail.com
$port =465;//your smtp port
$smtp_auth=true;
$smtp_secure="ssl";
$my_password ="*****"; // your app password as provided by google
$my_username ="bismarquemomanyi@gmail.com"; // you username or email e.g. john@john.com

this file is in config/SMTP.php

About

This was the first Network Security assignment, is about 2 factor authentication using Gmail SMTP to send OTP as an email to clients

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published