Hi, need some help, we have a requirement of fetching the user inbox notifications for a workflows running on author to the publish environment ?
This can be achieved through a servlet that runs on author, but we are facing an issue authenticating.
For basic auth we need to provide the encoded user name and password in the request but not sure how secure is that plus we won't have the password at the time of requesting.
Please if anyone has implemented a fetch of any kind of data from author to publish, can you please help ?