Feature Request: Custom http headers for authentication #101
ellite
started this conversation in
Feature Requests
Replies: 1 comment
-
+1, useful for Immich as it supports passing custom headers with every request on mobile app |
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
-
I'd like to request the possibility to authenticate with custom header tokens.
Some apps allow me to set custom headers that the proxy can use to authenticate the requests (tautulli for example) or api endpoints from a CI/CD environment.
This feature is very useful so I can keep the service behind authentication but allow mobile apps to access it through the tunnel.
Cloudflare has this feature and works really well.
On cloudflare we can add this 2 headers to the requests and they'll be authenticated.
CF-Access-Client-Id: xxxxxxxxxxxxxxxxxxxxxxxxxx
CF-Access-Client-Secret: xxxxxxxxxxxxxxxxxxxxxxxx
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions