Roadmap

Suggest a feature or stay on top of what we are working on.

When the user was last-seen in the app?

👍 Approved 🏅 Feature

I think it would be useful (in particular for SaaS application) to collect when the user was logged-in within the app the last time; This could be used, for instance, if we want to track user activity/inactivity, e.g., whether we should send daily/weekly reports, reminder emails, etc.

Just went through one of the possible implementations that could be done in Laravel as a reference:
https://medium.com/@grmcameron/implementing-last-visited-last-seen-in-laravel-237dbbed9027

Thanks!