Getting instance data for widget inside Ajax request?
I’m writing a widget which needs to store authentication information as part of the instance data. This data should not be present within the source code of the page, so i can’t send it together with the Ajax requests of…