Hello,
in my custom plugin, I utilize OnAfterAuthenticate event, which does some logic when a user logs in.
I need a similar event for logging out but couldn't find one.
Can you please help me?
Thank you.
Hello,
in my custom plugin, I utilize OnAfterAuthenticate event, which does some logic when a user logs in.
I need a similar event for logging out but couldn't find one.
Can you please help me?
Thank you.
There is not a logout event in the platform, there is no reliable way to know someone logged out. Yes via the logout button, but there is also session expiration, which would not be known until access is attempted with an expired session
There is not a logout event in the platform, there is no reliable way to know someone logged out. Yes via the logout button, but there is also session expiration, which would not be known until access is attempted with an expired session