Support for custom headers (e.g., JWT/Auth) in Compose Multiplatform image loading #3145
Unanswered
reinaldoriant
asked this question in
Q&A
Replies: 1 comment
-
|
Here's how to add headers to an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Compose Multiplatform I need to load images from a backend that requires JWT authentication (custom headers).
Is there a way to add headers (e.g., Authorization: Bearer ) when using Coil, or do we need to implement a custom fetcher/decoder with Ktor?
Beta Was this translation helpful? Give feedback.
All reactions