Code Monkey home page Code Monkey logo

Comments (3)

mizzao avatar mizzao commented on May 22, 2024

The user-status package already detects logouts and browser closes as session termination, and a usage example is in the README. What exactly do you mean?

from meteor-user-status.

wbashir avatar wbashir commented on May 22, 2024

I guess i just wanted to call [1] when the user closes the browser. It looks like what you're saying is that the profile.online will be set to 'false' when that happens but will i be able to call Javascript Meteor.logout() on any hook or do i just need constantly check for profile.online being 'false'

[1] http://docs.meteor.com/#meteor_logout

from meteor-user-status.

mizzao avatar mizzao commented on May 22, 2024

A couple of things: first, it's more complicated than just profile.online; a user can be logged on from multiple browsers and locations (each as a session) and profile.online is set to false only when all sessions are closed. However, you can also detect individual session closes (defined as logout/browser close) using the API in the README.under 'Advanced Usage'.

Second, Meteor.logout() is a client only function and all these hooks run on the server. There is no notion of logging a user out on the server. What you can do is delete their resume tokens so they can't log back in automatically, but kicking them out if they are currently logged in is more complicated.

Finally, no need to check if profile.online is false. You can observe a cursor that listens for it. Again, see the README.

from meteor-user-status.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.