1
0
forked from baron/baron-sso
Commit Graph

4 Commits

Author SHA1 Message Date
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
ba7cca3c60 린트 1 2026-02-19 17:14:41 +09:00
19c67a0d91 테스트 코드 추가2 2026-02-19 17:00:39 +09:00
05c33249d9 테스트 코드 추가 2026-02-19 16:43:54 +09:00