在 OAuth 和 OpenID 之间,我需要保留令牌吗?

发布于 2024-12-27 18:02:29 字数 143 浏览 0 评论 0原文

我正在创建一个网站,允许用户将 Facebook/Twitter/Google 等注册/链接到他们的帐户。

通过 OpenID 和 OAuth/OAuth2 授权时,我需要保留哪些令牌才能确保应用程序可以更新其 Facebook 状态/Twitter 墙?

I'm creating a site that allows users to register/link Facebook/Twitter/Google etc to their accounts.

When authorizing via OpenID and OAuth/OAuth2, what tokens do I need to preserve so that I can make sure the app can update their Facebook status / Twitter wall?

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

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

发布评论

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

评论(1

阳光①夏 2025-01-03 18:02:29

在所有情况下,您都需要注意保留 access_token。该令牌基本上是任何握手机制的最后一部分,借助它,您将能够与 Open-ID/OAuth 进行通信派对。

Well all you need to take care of preserving the access_token in all cases.This token is basically last part of any handshaking mechanism and with the help of this you will able to communicate with the Open-ID/OAuth party.

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