From #20, we will be able to authenticate with OIDC and so use bearer header instead of cookies. This leads to HTTP 401 errors on images loading.
One way to to it is to create an attribute directive on img to fetch the image as blob using HTTP headers and updates the element when image is downloaded.
From #20, we will be able to authenticate with OIDC and so use bearer header instead of cookies. This leads to HTTP 401 errors on images loading.
One way to to it is to create an attribute directive on
img
to fetch the image as blob using HTTP headers and updates the element when image is downloaded.