How do I log out in a meteor application with a user who logged in with facebook?

0

In my mobile application made with meteor, when user logs in with facebook, when he logs out and then tries to access the app again, he is logged in aumaticamente, that is, the user has not been logged out.

This is my logout code.

Meteor.logout(function () {
  //redirect to login
});
    
asked by anonymous 26.09.2018 / 18:33

0 answers