deepakaggarwal7/react-social-login

How to call logout from other component and from other page url.

tufail opened this issue · 3 comments

How to call logout from other component and from other page url.

Say: I have a login page with social button ( facebook login )-> clicking on this login success -> landed on dashboard ->then I need to put logout link in navigation ..

Here I am missing doc how to logout the facebook because we can not ref to that button as it is not here in dashboard.
please help me

I have this same error, using Nextjs, when I start session I can see FB and gapi redeference in window, but when I reload these references they disappear, I think it would be great if you could provide a function like ʻimport SocialLogin, {onLogout} from "react-social -login ";` to easily log out from anywhere

@rivaslive I agree with you