Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
razonyang opened this issue Jan 2, 2024 · 0 comments
Open

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

razonyang opened this issue Jan 2, 2024 · 0 comments

Comments

@razonyang
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant