Hi guys,
I have a project where I need to implement a feed functionality without PIM module.
I have created a page where I get the products the users have to see but I need to display that page (or render that page) in the context of the user, considering that I have some logic in the Query and also some logic for prices.
I am looking for a way to create an authentication token, much like the one that is used for PIM feeds. But I can go with other options if necessary.
I remember there were some options in the past with a PasswordToken. My worry is that the user may forget the password at some point and reset the Password token which will render my predefined token useless.
I am using DW 9.9.8.
Thank you,
Adrian