简体   繁体   English

如何在Laravel中从Facebook注销?

[英]How to logout from facebook in laravel?

I am using laravel framework and sociallite pacakage of laravel. 我正在使用laravel框架和laravel的社会名流。 I have done everything expect one thing logout from facebook. 我已经做了一切,期望从Facebook注销一件事。 I have successfully logged in with facebook but I want when user logout from our laravel site it should automatic logout from facebook also. 我已经成功使用Facebook登录,但是我希望当用户从我们的laravel网站注销时,它也应该自动从Facebook注销。 Please help me how to resolve this issue. 请帮助我如何解决此问题。

You can use the normal logout functionality included in laravel user scaffolding It removes the users session 您可以使用laravel用户脚手架中包含的常规注销功能删除用户会话

I think you are confused because when you login with facebook for the second time you are not asked for the confirmation. 我认为您很困惑,因为当您第二次登录Facebook时,系统不会要求您进行确认。 What you are doing is creating a new session while you click the facebook authentication button. 您正在做的是在单击Facebook身份验证按钮时创建一个新会话。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM