Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
smog-root opened this issue Jan 3, 2025 · 2 comments
Closed

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

smog-root opened this issue Jan 3, 2025 · 2 comments

Comments

@smog-root
Copy link

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.

Add suitable labels with SWOC label!

@dhairyagothi

Copy link
Contributor

github-actions bot commented Jan 3, 2025

Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊

Copy link
Contributor

github-actions bot commented Jan 3, 2025

Hello @smog-root! Your issue #546 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants