rwadurian/frontend/mobile-app/lib/core/services
hailin d0487c4a7e feat(profile): integrate referral and authorization APIs for profile page
- Add Kong routes for identity-service /me, referral-service, and authorization-service
- Create AuthorizationService in Flutter for fetching user authorizations
- Extend ReferralService with getMyReferralInfo() and getDirectReferrals() methods
- Update profile_page.dart to display real team stats from APIs
- Fix authorization-service JWT strategy to accept identity-service token format
- Add decimal.js dependency to authorization-service
- Add prisma migration file for authorization-service

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 01:57:39 -08:00
..
account_service.dart feat(referral): integrate referral system with identity-service and mobile-app 2025-12-08 22:37:06 -08:00
authorization_service.dart feat(profile): integrate referral and authorization APIs for profile page 2025-12-09 01:57:39 -08:00
deposit_service.dart feat(mobile-app): add DST network support to deposit page 2025-12-08 19:25:29 -08:00
referral_service.dart feat(profile): integrate referral and authorization APIs for profile page 2025-12-09 01:57:39 -08:00