gcx/frontend/genex-mobile/lib/features
hailin 1fc0fcb95e feat(auth): 支付宝 + Google + Apple 三方登录
后端 (auth-service):
- 新增 AlipayProvider (RSA2签名) + AlipayService + POST /auth/alipay
- 新增 GoogleProvider (tokeninfo验证) + GoogleService + POST /auth/google
- 新增 AppleProvider (JWKS验证ES256 JWT) + AppleService + POST /auth/apple
- SocialProvider 枚举新增 ALIPAY
- .env.example 补充三方登录申请步骤文档

Flutter (genex-mobile):
- pubspec.yaml: 新增 tobias / google_sign_in / sign_in_with_apple
- auth_service.dart: loginByAlipay / loginByGoogle / loginByApple
- welcome_page.dart: Android=微信+支付宝+Google, iOS=+Apple
- AndroidManifest: 添加支付宝包名查询
- Info.plist: 支付宝 URL Scheme + alipay/alipays queries
- i18n: 4 语言补充失败提示文案

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 04:40:31 -08:00
..
ai_agent/presentation feat: 完成全量国际化(i18n),支持简中/繁中/英文/日文四语言 2026-02-12 00:16:00 -08:00
auth/presentation/pages feat(auth): 支付宝 + Google + Apple 三方登录 2026-03-04 04:40:31 -08:00
coupons feat(branding+fix): 中文品牌名、miniapp logo资源、编译错误修复 2026-02-23 16:57:30 -08:00
issuer/presentation/pages feat: 完成全量国际化(i18n),支持简中/繁中/英文/日文四语言 2026-02-12 00:16:00 -08:00
merchant/presentation/pages feat: 完成全量国际化(i18n),支持简中/繁中/英文/日文四语言 2026-02-12 00:16:00 -08:00
message/presentation/pages feat(branding+fix): 中文品牌名、miniapp logo资源、编译错误修复 2026-02-23 16:57:30 -08:00
profile/presentation/pages docs(genex-mobile): 完善邀请分享模块注释与说明 2026-03-04 01:42:47 -08:00
trading/presentation/pages feat(branding+fix): 中文品牌名、miniapp logo资源、编译错误修复 2026-02-23 16:57:30 -08:00
wallet/presentation/pages feat: 完成全量国际化(i18n),支持简中/繁中/英文/日文四语言 2026-02-12 00:16:00 -08:00