daccotta-org / daccotta

A social network for movies.
https://app.daccotta.com
MIT License
84 stars 42 forks source link

[Security] Using only reputed mail services for signup's. #216

Closed smog-root closed 4 weeks ago

smog-root commented 1 month ago

Update the existing signup flow to validate email domains. Restrict signups to users with email addresses from trusted providers (e.g., Gmail, Outlook). etc.

Extract the domain from the user's email during signup. Compare it against a predefined list of trusted providers. If the domain matches, proceed with the signup; otherwise, return an error.

i'm expecting a gssoc-ext with level3 and a hacktoberfest-accepted label!

@sid0000007

AshuKr22 commented 4 weeks ago

hey @smog-root the issue is already resolved under #221