loreal-sla-calculator/server/controllers
Vadym Samoilenko e8c708f6eb Fix password special characters breaking login via WAF
Base64-encode passwords on the frontend before sending in JSON body,
and decode on the backend before passing to bcrypt. Prevents Nginx WAF
from returning an HTML error page when passwords contain <, >, &, etc.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 18:40:46 +00:00
..
authController.js Fix password special characters breaking login via WAF 2026-03-11 18:40:46 +00:00