Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khushimadan/otp-verification-system
https://github.com/khushimadan/otp-verification-system
python smtplib
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/khushimadan/otp-verification-system
- Owner: khushimadan
- Created: 2023-07-10T18:17:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T11:47:49.000Z (about 1 year ago)
- Last Synced: 2023-12-18T12:52:37.981Z (about 1 year ago)
- Topics: python, smtplib
- Language: Python
- Homepage:
- Size: 6.84 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.