Facebook API OAuth 安全性

发布于 2024-11-06 13:14:09 字数 193 浏览 0 评论 0原文

我希望允许用户使用他们的 Facebook 帐户连接到我的网站。
首先,用户授权我的应用程序,然后我获得访问令牌。问题是,我应该第一次注册用户,下次根据他的 Facebook 电子邮件自动登录他。

如何创建一种安全方式来自动登录用户? 我正在使用纯 JavaScript,但我找不到任何方法来创建安全机制。

谢谢。

I want to allow users connect to my website using their facebook account.
First, the user authorizes my application and then I get an access token. Problem is, that I'm supposed on the first time to register the user, and the next time to auto login him based on his facebook email.

How do I create a SECURE way to auto login the user?
I'm using pure javascript, but I can't find any way to create a secure mechanism.

Thanks.

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

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

发布评论

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

评论(1

梦行七里 2024-11-13 13:14:09

Facebook 应该为您处理所有这些 - 当他们返回您的网站时,他们可以单击“登录”按钮(javascript SDK),并且 Facebook 应该向您传回访问令牌。

然而,我可能误解了这个问题。

Facebook should handle all that for you - when they come back to your website, they can click the 'login' button(javascript SDK) and facebook should pass you back an access token.

I may, however, have misunderstood the question.

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