ft:auth:usersignedin - Fluid Topics - Latest

Integrate the Fluid Topics API

Category
Technical Notes
Audience
public
Version
Latest

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

document.addEventListener('ft:auth:usersignedin', function (event) {
  window.alert('You are logged in');
});