Open zhaoyiming0803 opened 1 year ago
我的两个项目写的是一样的,只是domain,appId,redirectUri 不一样
我的两个项目写的是一样的,只是domain,appId,redirectUri 不一样
你直接按照这里的 examples 中的 website1 和 website2,传入初始化参数,即可看到 sso 效果。我刚测试过了。
文档:https://docs.authing.cn/v3/reference/sdk/web/quick.html
示例代码:https://github.com/Authing/authing-js-sdk/tree/master/examples/web/sso/vue2
也可以直接把相应的代码 copy 到你项目中。
参考 examples:https://github.com/Authing/authing-js-sdk/tree/master/examples/web/sso/react