You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add an event when a user is authenticated on the platform when the touchLastSeen method is called please ?
My requirement is to keep streaks of users presence on the platform.
Since the platform does not logout the frontend user, the user session is alive all the time.
Therefore, I am thinking of using the method touchLastSeen to record and store the history of the user presence.