ayush-that / FinVeda

A dynamic financial literacy app with Arthsathi AI chatbot, finance blogs, market trends, SIP calculator, and a quiz for effortless finance learning.
https://fin-veda.vercel.app/
GNU General Public License v3.0
90 stars 181 forks source link

Implement Email ID Validation with Domain Verification #120

Open Amruta7203 opened 3 months ago

Amruta7203 commented 3 months ago

Current Behavior: The current implementation of Email ID validation is under development. It does not verify the credibility of the domain portion of the email address.

Desired Behavior: The email validation process should include a step to verify the validity of the domain portion (e.g., .com, .org, .edu, .gov, etc.). This can be achieved by checking the domain against a list of approved or recognized top-level domains (TLDs) and ensuring that the domain itself exists and is not a random or invalid string.

image

ayush-that commented 3 months ago

Current Behavior: The current implementation of Email ID validation is under development. It does not verify the credibility of the domain portion of the email address.

Desired Behavior: The email validation process should include a step to verify the validity of the domain portion (e.g., .com, .org, .edu, .gov, etc.). This can be achieved by checking the domain against a list of approved or recognized top-level domains (TLDs) and ensuring that the domain itself exists and is not a random or invalid string.

image

I am assigning it under gssoc Good Luck implementing!

Agarwalvidu commented 1 month ago

Are you working on this @Amruta7203

SagarRathore1 commented 1 month ago

I would like to work on this issue.

Agarwalvidu commented 1 month ago

As previous contributor is not active assigning it to you @SagarRathore1

Agarwalvidu commented 1 month ago

@SagarRathore1 Update?