The users in my Meteor application need a verified email address to login. When a user changes his email address I want to log him out on the serverside and send a new verification email.
I am already deleting the login.resume.tokens, but that is not killing the user session (he gets logged out on page reload). So how kann I kill the users session on the serverside? Are there more things to delete?
I want the browser to realize reactively that the current session has been closed.