govind-kumarr / simple_rag_dashboard

Chat with your docs. The deployed link is not updated. Please setup project locally to find issues.
19 stars 32 forks source link

Solve email verification bug #59

Closed piyush-gangrade closed 1 month ago

piyush-gangrade commented 1 month ago

Issue #52

Use Nodemailer to send an email verification link to the user's provided email address. After clicking the link, the user will be verified if the link is valid; otherwise, they will not be verified.

Note: After clicking the link, it should open a frontend page which will call the 'verify-email' server API route. If the verification is successful, display 'Successfully verified.' Otherwise, display 'Credentials invalid' or 'Something went wrong' to make it more user-friendly.

netlify[bot] commented 1 month ago

Deploy Preview for doc-talk-project failed.

Name Link
Latest commit 5368ae2edd49143b50e079158389830626552a92
Latest deploy log https://app.netlify.com/sites/doc-talk-project/deploys/6647745d65c5f9000809df53
govind-kumarr commented 1 month ago

@piyush-gangrade Thanks for your valuable contribution.

piyush-gangrade commented 1 month ago

Please, add assigned too.