From e8d741ef3c3879e6bcea0e589f377c799033e4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Gierwia=C5=82o?= Date: Tue, 9 Dec 2025 18:58:22 +0100 Subject: [PATCH] docs: update README with real-time validation features --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 74f2897..b8e3fb8 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Web application (PWA) enabling dance event participants to: - JWT authentication with bcrypt password hashing - Email verification via AWS SES (link + PIN code) - Password reset workflow +- Real-time username/email availability validation (debounced API calls, visual feedback) +- Enhanced password validation with visual requirement indicators - WSDC integration (auto-fill profile data from worldsdc.com) - Event slugs (alphanumeric IDs preventing enumeration attacks) - Cloudflare Turnstile CAPTCHA (bot protection on registration & contact form)