How can I obtain the session information of a logged-in user?
I need to capture the user's information, such as the client IP and TWX Organization, by intercepting the Login event.
Unfortunately, the LoginSucceeded event of the SecurityMonitor Thing does not provide the session information of the logged-in user, and the CurrentSessionInfo Snippets are also unable to access the user's session information as they are not executed by the logged-in user.
Is there a solution available? Or should I customize the Authenticator?

