谷歌oauth javascript跨域

发布于 2024-12-26 19:03:24 字数 331 浏览 1 评论 0原文

在此页面上:http://code.google.com/apis/accounts/docs /OAuth2UserAgent.html Google 提供了如何使用与其 API 通信的客户端应用程序进行 oauth 的说明。

第一步是调用他们的令牌验证 API。但如果我想从 javascript 执行此操作,则需要跨域的 ajax 请求。

似乎随着最近跨域内容的所有改进,这应该是可能的,但我还没有弄清楚。任何指示都会有帮助。

On this page: http://code.google.com/apis/accounts/docs/OAuth2UserAgent.html Google gives instructions for doing oauth with client side applications that talk to their apis.

One step is to call their token validation api. But if I want to do this from javascript, it would require an ajax request which is cross domain.

It seems like with all the improvements to cross domain stuff recently this should be possible, but I'm not figuring it out. Any pointers would be helpful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

滴情不沾 2025-01-02 19:03:24

如果您想要完全基于浏览器的解决方案,则应考虑使用 Google API JavaScript客户端。以下是有关如何使用该库进行身份验证的文档:https: //code.google.com/p/google-api-javascript-client/wiki/身份验证

If you want a completely browser-based solution, you should consider using the Google APIs JavaScript client. Here is the documentation on how to do auth using that library: https://code.google.com/p/google-api-javascript-client/wiki/Authentication

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文