Authing / docs

Authing Developer Docs
https://docs.authing.cn
MIT License
27 stars 83 forks source link

Bug: 官方 CDN 示例无法正常工作 #369

Open razonyang opened 10 months ago

razonyang commented 10 months ago

Description

<script src="https://cdn.authing.co/packages/authing-js-sdk/4.23.4/umd/index.js"></script>

<script>
  /** 你可以通过全局变量 Authing 获取 AuthenticationClient 和 ManagementClient */
  var authing = new Authing.AuthenticationClient({
    appId: 'AUTHING_APP_ID',
    appHost: 'https://xxx.authing.cn',
  })
</script>

https://docs.authing.cn/v2/reference/sdk-for-node/#%E5%AE%89%E8%A3%85

Expected behavior

Actual behavior

Authing undefined.