Files
adastra_api/src
julien ad9009afa1 fix(auth): replace normalizeEmail with toLowerCase to prevent Gmail dot-stripping
normalizeEmail() transforms e.g. user.name@gmail.comusername@gmail.com
(removes dots per Gmail aliasing rules), causing a mismatch between the
stored email and the value Passport searches for at login. Replaced with
toLowerCase() which is the only normalization applied consistently by
create-user.js and the rest of the app.
2026-04-27 01:26:38 +02:00
..