Experience User tokens - Autentication

Hi,

I would like to know if there is any way to verify how many valid tokens are associated with an Experience User. Because when I use the Autenticate or Generate Token node, it is possible to invalidate the previous tokens associated with the logged user, or to leave all tokens valid. However, for the application we are developing we would like to limit it to at least two sections so that the user can use the web and mobile application at the same time.

Is this possible?
Thanks!

@Vander_Maziero,

Currently, there is no way to do this out of the box.

But, after some thinking. This may be a good solution:

The Generate Node allows you to add extra data to it. It’s even possible to detect the user’s device in a workflow:

The extra data you could add to your token:

  • Another Expiration Date
  • Mobile or Desktop

Thanks @anaptfox , that gave me some ideas!