Hi folks,
We have an image db that keeps of track which user has uploaded an image, various product-related user rights etc.
For this purpose, we have a ds.xml that we will use to populate listgrids client-side. However, for fetching of the actual thumbnails and images, they are stored at an external service that utilizes JWT (Java Web Token)
Therefor, i need to figure out some way to piggyback the "image" listgridtype so that it fetches the image elsewhere and also attaches a Bearer token authentication http header to the requests.
Is this something that is supported somehow or do i have to code everything myself? Thoughts appreciated.
We have an image db that keeps of track which user has uploaded an image, various product-related user rights etc.
For this purpose, we have a ds.xml that we will use to populate listgrids client-side. However, for fetching of the actual thumbnails and images, they are stored at an external service that utilizes JWT (Java Web Token)
Therefor, i need to figure out some way to piggyback the "image" listgridtype so that it fetches the image elsewhere and also attaches a Bearer token authentication http header to the requests.
Is this something that is supported somehow or do i have to code everything myself? Thoughts appreciated.
Comment