I read the other posts on this topic, but it seems there is still no easy way to get last login data on Users (other than setting it by tying it to an action/workflow, which is a ton of customisation).
I plan to check out PostHog to see if it can help, but I see that Glide already has this information on the ‘Usage’ dashboard:
Wondering if there’s any way for us to access it in our apps?
Also, how do logins work in general? Do Users get kicked out after a period of inactivity, or if they don’t ‘Log Out’, do they stay continually logged in? Any insights would be greatly appreciated!
If they accept the authentication cookie, they will be kept signed in for 14 days.
After 14 days of inactivity they will be signed out.
Note that the 14 day period resets any time they are active in the App. So if a user is active at least once every 14 days, they will never be signed out.
As we cannot know if they accepted the cookie or not, it seems like tracking Last Login is not a good metric; a User could be using the app a lot, but Last Login could make it look like they haven’t used it / logged in for months. Good to know that, thanks very much @Darren_Murphy .