I am trying to use browser local storage for some Plugin settings.
Is it possible to pass these settings to the DataProviderAdapter through a cookie or some other method?
I was able to get cookies working in the DataAccessController using the @CookieValue annotation but unsure if its possible to do the same with the DataProvider itself.