1
0
forked from baron/baron-sso
Files
baron-sso/backend/internal/domain
chan 75cc6737bd feat: add robust login ID collision prevention and UI validation (#440)
- Add `ValidateLoginID` to enforce ID collision and security rules (prevents phone number collision, email format usage, and reserved words).
- Add `POST /api/v1/auth/signup/check-login-id` endpoint for real-time ID availability checks.
- Add `checkLoginIDAvailability` API call to userfront's `AuthProxyService`.
- Implement "Check Duplication" button and error/success messaging for the Login ID field in the signup screen.
- Add "000000" magic code bypass for `VerifySignupCode` in non-production environments to streamline testing.
2026-03-27 11:19:28 +09:00
..
2026-01-19 17:04:48 +09:00
2026-02-06 16:28:00 +09:00
2026-02-04 17:11:47 +09:00
2026-02-02 17:11:43 +09:00
2026-02-23 12:54:21 +09:00
2026-02-05 10:15:54 +09:00