1
0
forked from baron/baron-sso
Files
baron-sso/userfront
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-02-23 22:33:27 +09:00
2026-03-24 15:54:22 +09:00
2026-02-23 22:33:27 +09:00
2026-01-28 08:28:25 +09:00
2026-01-28 08:28:25 +09:00
2026-02-19 16:31:13 +09:00