ft:auth:usersignedout - Fluid Topics - Latest

Integrate the Fluid Topics API

Category
Technical Notes
Audience
public
Version
Latest

The ft:auth:usersignedout event is sent when a user logs out. The following lines show an example of how to use the ft:auth:usersignedout event:

document.addEventListener('ft:auth:usersignedout', function (event) {
  window.alert('You are logged out. We hope to see you back soon');
});