各位大佬好:
项目有多个域名,会被用户随机访问,
想在浏览器上共享用户的登录状态。
参考一些项目,基本上用姿势都差不多:
https://github.com/zendesk/cross-storage
嵌入 iframe 然后使用 postMessage
而且在 safari 上有这样一段说明:
Notes on Safari 7+ (OSX, iOS)
All cross-domain local storage access is disabled by default with Safari 7+. This is a result of the "Block cookies and other website data" privacy setting being set to "From third parties and advertisers". Any cross-storage client code will not crash, however, it will only have access to a sandboxed, isolated local storage instance. As such, none of the data previously set by other origins will be accessible. If an option, one could fall back to using root cookies for those user agents, or requesting the data from a server-side store.
也参考了这个讨论:
甚至特意还去翻了一下淘宝的代码,发现他们也是用的这个库:
https://www.taobao.com/wow/z/tbhome/default/kissy-search-suggest-iframe
但是 safari 下似乎也是行不通。
SO ,2022 年了,safari 除了
方案 A) 打开「 Prevent cross-site tracking 」
方案 B) 依次显式跳转到域名下写 cookie 或 storage
方案 C) iframe 挂载写 cookie(似乎此路不通)
还有别的黑科技吗?
感谢~
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.