When I use the token to automatically login when my app starts. How do I log out to be able to use a different user?
I didn't find anything in the documentation. I was also looking through the classes in visual studio.
Usually I would call Meteor.Logout or maybe Accounts.Logout() but these methods don't exist
When I use the token to automatically login when my app starts. How do I log out to be able to use a different user?
I didn't find anything in the documentation. I was also looking through the classes in visual studio.
Usually I would call
Meteor.Logoutor maybeAccounts.Logout()but these methods don't exist