refactor(auth): migrate social login to next-auth

This commit is contained in:
2026-06-10 10:26:45 +08:00
parent 109a3e3855
commit a4b902893e
34 changed files with 572 additions and 1421 deletions
+1 -8
View File
@@ -14,14 +14,7 @@ export * from "../../core/net/config/api_config";
export * from "./api/interceptor/auth_refresh_interceptor";
export * from "./api/interceptor/logging_interceptor";
export * from "./api/interceptor/token_interceptor";
export * from "./auth/auth_bridge_component";
export * from "./auth/auth_event_bridge";
export * from "./auth/auth_platform";
export * from "./auth/global";
export * from "./auth/initialize_facebook_auth";
export * from "./auth/initialize_google_auth";
export * from "./auth/mock_auth_platform";
export * from "./auth/web_auth_platform";
// 注:原 ./auth/* 平台适配层已删除(社交登录改由 NextAuth 处理)
export * from "../dto/auth/apple_login_request";
export * from "../dto/auth/facebook_login_request";
export * from "../dto/auth/facebook_user_data";