https://github.com/khushimadan/otp-verification-system
https://github.com/khushimadan/otp-verification-system
python smtplib
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khushimadan/otp-verification-system
- Owner: khushimadan
- Created: 2023-07-10T18:17:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T09:48:05.000Z (8 months ago)
- Last Synced: 2025-02-12T10:49:07.168Z (8 months ago)
- Topics: python, smtplib
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OTP Verification System
Created a One Time Password (OTP) verification system which generates a random 6 digit OTP and sends it to the given email address. It then checks if the entered OTP is same as the generated OTP. It also checks if the user entered a valid email address or not. It allows users to resend OTP on the same email address or a different one.