refactor(auth): migrate social login to next-auth
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user