问题描述
重现步骤
const authenticationClient = new AuthenticationClient({
appId: '6465df4edf9c6535ee2ec915',
appHost: 'https://www-aicool-chat.authing.cn',
});
// 使用 GitHub 登录
await authenticationClient.social.authorize("wechat", {
onSuccess: (user) => {
console.log(user);
},
onError: (code, message) => {},
});
附加信息
- Version:
- Platform: