veza/veza-backend-api/internal/core/auth
senke 664611f3d1 [FIX] BUG-004: Made email verification token generation non-blocking
- Modified internal/core/auth/service.go to make token generation non-blocking
- If token generation/storage fails, registration still succeeds
- User can request a new verification token later
- Backend needs to be restarted for changes to take effect

Note: This fixes the 'Failed to create user' error when email verification
service fails. The registration will now succeed even if token generation fails.
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] BUG-004: Made email verification token generation non-blocking 2026-01-04 01:44:13 +01:00