当用户注销 Twitter 时从我的应用程序注销
我正在使用 Oauth,对于以下场景有一个问题:
如果我已经在我的应用程序中使用 twitter 登录,那么用户打开一个新选项卡并浏览 twitter,然后从 twitter 注销(从 twitter选项卡)。
我想要实现的目标:一旦用户注销 Twitter,我希望我的应用程序注意到这一点并自动从应用程序中注销用户。
这可能吗?
谢谢
I'm working with Oauth and I have one question for the following scenario:
If I'm already logged in with twitter in my app, then the user opens a new tab and browses through twitter and then sign out from twitter (from the twitter tab).
What I want to achieve: once the user logs out of twitter, I want my app to notice this and automatically log out the user from the app.
Is this possible?
Thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK 没有一个大型的 oauth 提供商广播您可以收听的注销事件。
通过将会话 cookie 的超时时间设置得更短,您可以接近您想要的效果。
AFAIK None of the big oauth providers broadcast a log out event you can listen to.
You can achieve close to what you want by setting the timeout of your session cookie shorter.