Tracewebstudio Dev
34f46f09bd
fix: route auth register via gateway proxy
2026-04-17 11:56:08 +02:00
Tracewebstudio Dev
152f918a7b
fix(auth): correct resend-otp API endpoint path
...
- Change from /api/gateway/api/auth/resend-otp to /api/auth/resend-otp
- Fix in signup.tsx and login.tsx
- Gateway already proxies /api/auth/* to users service
2026-04-16 17:29:46 +02:00
Tracewebstudio Dev
6f31fb06a5
fix(signup): send first_name and last_name instead of full_name
...
- Backend now expects first_name and last_name separately
- Remove full_name field from registration payload
2026-04-16 10:35:40 +02:00
Tracewebstudio Dev
5922b98c93
fix: update forms to match DB schema - first_name/last_name, role keys
2026-04-15 06:23:28 +02:00
Ashwin Kumar
30750f3797
docs: clarify real data implementations are wired to backend APIs
...
All job seeker pages are already connected to real APIs:
- Jobs: /api/jobseeker/jobs (real company job postings)
- Applications: /api/jobseeker/applications (my applied jobs)
- Saved Jobs: Custom data storage for bookmarked jobs
- Apply: POST /api/jobseeker/jobs/{id}/apply
Dashboard shows real data from backend, not mock preview.
2026-04-10 01:21:36 +02:00
Ashwin Kumar
b8faf752e9
feat: align external dashboards, profile settings split, and role flows
2026-04-08 22:40:43 +02:00
Ashwin Kumar
19a0850c49
feat: integrate dynamic help center with runtime-configured knowledge base
2026-04-06 03:33:29 +02:00
Ashwin Kumar
d008cd184d
feat: improve public role pages and help center content
2026-04-06 01:47:05 +02:00
Ashwin Kumar
a8ad2b0620
chore: sync latest dashboard and role flow updates
2026-04-05 16:52:02 +02:00
Ashwin Kumar
c14bf111a8
chore: cleanup — remove legacy redirect shims and localStorage token storage
...
- Delete 19 redirect alias pages (sign-in/signin/sign-up/signup, /users/* aliases,
/companies/* aliases, /users/onboarding/* aliases) — legacy Next.js migration
artifacts that are no longer needed
- Remove localStorage token functions (getAccessToken, setTokens, clearTokens,
fetchWithAuth) from lib/http.ts — violates memory-only token strategy
- Fix auth/verification: replace setTokens + manual fetch with login() from auth.ts
- Fix ProfileWidget: replace fetchWithAuth with plain fetch (calls server routes)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 23:42:43 +01:00
Ashwin Kumar
bf4b2558d8
feat: align solid public pages and auth flows with nextjs parity
2026-03-17 15:35:58 +01:00