Verify Token Processing and KYC Routing #199

Closed
opened 2026-06-04 16:01:49 +02:00 by kincses · 2 comments
Owner

Milestone: Phase 1 Core Functionality Fixes. Goal: The /verify page processes the token from URL, activates account, and routes to KYC. Dependencies: Backend POST /api/v1/auth/verify-email endpoint (exists). Implementation: 1. Auth store verifyAccount action added 2. VerifyEmailView 3 states: isVerifying spinner, verifySuccess green checkmark + KYC button, Default resend form 3. Token auto-read from route.query.token in onMounted 4. On success router.push(/complete-kyc)

Milestone: Phase 1 Core Functionality Fixes. Goal: The /verify page processes the token from URL, activates account, and routes to KYC. Dependencies: Backend POST /api/v1/auth/verify-email endpoint (exists). Implementation: 1. Auth store verifyAccount action added 2. VerifyEmailView 3 states: isVerifying spinner, verifySuccess green checkmark + KYC button, Default resend form 3. Token auto-read from route.query.token in onMounted 4. On success router.push(/complete-kyc)
kincses added this to the Phase 1: Core Functionality Fixes milestone 2026-06-04 16:01:49 +02:00
kincses added the Scope: FrontendType: FeatureStatus: In Progress labels 2026-06-04 16:01:55 +02:00
kincses started working 2026-06-04 16:01:55 +02:00
Author
Owner

▶️ Munka megkezdve: 2026-06-04 16:01:54

▶️ **Munka megkezdve:** 2026-06-04 16:01:54
kincses added Status: Done and removed Status: In Progress labels 2026-06-04 16:02:00 +02:00
kincses worked for 5 seconds 2026-06-04 16:02:00 +02:00
Author
Owner

Munka befejezve: 2026-06-04 16:02:00

Technikai Összefoglaló:
Auth store: new verifyAccount(token) action calling POST /auth/verify-email. VerifyEmailView.vue: 3-state UX (isVerifying spinner, verifySuccess green checkmark + KYC routing, default resend form). Token auto-extracted from route.query.token in onMounted. On success navigates to /complete-kyc. Build verified successfully.

⏱️ Az idő rögzítve.

✅ **Munka befejezve:** 2026-06-04 16:02:00 **Technikai Összefoglaló:** Auth store: new verifyAccount(token) action calling POST /auth/verify-email. VerifyEmailView.vue: 3-state UX (isVerifying spinner, verifySuccess green checkmark + KYC routing, default resend form). Token auto-extracted from route.query.token in onMounted. On success navigates to /complete-kyc. Build verified successfully. ⏱️ *Az idő rögzítve.*
Sign in to join this conversation.