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

Refactor Email validation #28

Open
KevinKoetz opened this issue Mar 2, 2022 · 0 comments
Open

Refactor Email validation #28

KevinKoetz opened this issue Mar 2, 2022 · 0 comments
Labels
backend Issue related to the backend

Comments

@KevinKoetz
Copy link
Owner

The current regex used is not enough.
We should follow the guideline from OWASP documented here:
https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Input_Validation_Cheat_Sheet.md#Email_Address_Validation

To follow the complete guide we might need to add an email service provider.

@KevinKoetz KevinKoetz added the backend Issue related to the backend label Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issue related to the backend
Projects
Development

No branches or pull requests

1 participant