veza/veza-backend-api/internal/core/auth
senke 35651064ba [FIX] Generate unique slug for user registration
- Implement slug uniqueness check before creating user
- Add numeric suffix if slug already exists (e.g., username1, username2)
- Fallback to timestamp-based slug if too many collisions
- Prevents database constraint violations for duplicate slugs
- Matches the logic used in OAuth service for consistency
2026-01-04 01:44:13 +01:00
..
handler.go stabilizing veza-backend-api: phase 1 2025-12-16 11:23:49 -05:00
service.go [FIX] Generate unique slug for user registration 2026-01-04 01:44:13 +01:00