You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2025. It is now read-only.
业务目标
实现 腾讯云 Cloudbase 的 授权登录 的 自定义登录
进度状态
遇到问题
在客户端页面中 使用 '@cloudbase/js-sdk' 尝试登录时报错,
Uncaught (in promise) TypeError: auth.signInWithTicket is not a functionconsole 打印 客户端的 auth 实例发现该实例上没有
signInWithTicket方法是哪里没有弄对吗?