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.
thank you in advance
Is it possible to add an event when a user is authenticated on the platform when the
touchLastSeenmethod 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
touchLastSeento record and store the history of the user presence.thank you in advance