Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#313·node-express-boilerplate

Email validation should trim and convert to lowercase

Author: mohamedhazem4959Created Apr 9, 2026Updated Apr 19, 2026

Problem

 Email field doesn't normalize input (trim, lowercase)
 
 ## Expected
 Email should be trimmed and lowercase before storing
 
 ## Current
 "  [email protected]  " gets stored as-is

Source: hagopj13/node-express-boilerplate

View original on GitHubView discussion on GitHub