|
@@ -2,8 +2,8 @@ const { AuthenticationClient, Models } = require('authing-node-sdk');
|
|
|
|
|
|
const authenticationClient = new AuthenticationClient({
|
|
|
// 需要替换成你的 Authing AppId、 Secret 和 Host
|
|
|
- appId: '6682ab96b7bd5db59d6785a0',
|
|
|
- appSecret: "4e978331675938d1bc81fb109e67d59a",
|
|
|
+ appId: '669b25e1731d50c59f5494d1',
|
|
|
+ appSecret: "4cfc095a72a67e22065c97e90054315c",
|
|
|
appHost: 'https://textbook.u2-dev.hep.com.cn', // 应用的认证地址
|
|
|
});
|
|
|
|