I have some photos I need to get from a back end and show in image tags. Problem is that to get a photo from the server I need to provide a jwt token in the header with the request. So won’t work as he header isn’t provided.
How could I achieve this? Could I have the component request the photos and reference the component as source? Or can I get the photos, save them locally and then use the path as source?
Any tips are greatly appreciated. Thanks