Mx Model reflection TokenUser question

1
In the Mx Model reflection module there now is a TokenUser role. But I cannot find any explanation about this user role (may be the description should be filled :) ). I know that tokens are used for authentication. Is it used for webservices? Since it generates a warning in my project (module role is not part of an user role) I really would like to know what to do with this role.
asked
1 answers
0

The tokens in model reflection have nothing to do with authentication, but they are used for string repacements, e.g. {{Orderline/Quantity}}. So you can assign it to anyone that is created templates bases on this token functionality. Otherwise you can leave it unused.

(Or assign it to the adminstrator role to circumvent the warning). There should be an option to disable specific warnings I think :-P.

answered