matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.73k stars 2.63k forks source link

List all sessions I'm currently signed in Piwik and let me signout #6126

Open mattab opened 10 years ago

mattab commented 10 years ago

The goal of this issue is to add a single place to see everywhere you’re signed in to Piwik and manage those sessions in your settings.

Not sure if you remembered to log-out of your Piwik account on your friend’s computer? This feature will have you covered. You will be able to go to your settings and click on See where you are logged in to see a complete list of the devices that you are logged into. You also can manage these sessions from this new page. If you see a session that you want to turn off, simply click on the sign out link.

This feature is available in Gmail, Google, Linkedin, and growing number of popular online tools. It really helps improve security.

Globulopolis commented 10 years ago

In which version of piwik should expect this plugin?

mattab commented 10 years ago

It's set in our Mid term milestone which can be about 1-3 years. If you need this faster please contact Piwik consulting: http://piwik.org/consulting/ Cheers

torosian commented 9 years ago

I have a plugin called LoginRevokable located at https://github.com/torosian/LoginRevokable that accomplishes most of what your looking for. Rather than displaying a list of authenticated devices, it remotely logs you out of all devices when you log out of one of them. So, forget to log out of a friends computer? Just log out piwik on your computer when you get home, and your session at your friends is invalidated also.

I activated the webhook before pushing tag 0.1.1, so it should be in the marketplace shortly.

torosian commented 9 years ago

It is now in the marketplace at http://plugins.piwik.org/LoginRevokable

mattab commented 9 years ago

Hi @torosian that's nice to see your plugin on the Marketplace! I haven't tested the plugin, but left a couple feedback in your issue tracker.