managarten/packages/shared-auth/src/core
Till JS 259253e7b3 feat(auth): show resend verification panel when registering with existing unverified email
- auth.ts: catch USER_ALREADY_EXISTS and return EMAIL_ALREADY_REGISTERED (409)
- authService: map 409 with EMAIL_ALREADY_REGISTERED code to typed error
- RegisterPage: show amber warning panel + resend + go-to-login for existing emails
- translations: add emailAlreadyRegistered, emailAlreadyRegisteredMessage, goToLogin (en/de)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 18:44:01 +02:00
..
authService.ts feat(auth): show resend verification panel when registering with existing unverified email 2026-03-31 18:44:01 +02:00
jwtUtils.spec.ts test(auth): add 68 unit tests for auth-ui, shared-auth, and shared-branding 2026-03-31 16:35:16 +02:00
jwtUtils.ts feat(auth): add access tier system for phased app releases 2026-03-30 21:50:06 +02:00
tokenManager.ts feat(auth): add session expired banner when token refresh fails 2026-03-24 21:24:28 +01:00