Ability to specify a different auth header? #60
Closed
derekantrican
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
For those who find this discussion after-the-fact; this capability was added via 371b951 and will be released in the next release of this plugin. |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm looking to use this on my home server and put it behind nginx as a reverse proxy (I already use nginx to expose a bunch of other services on my local network). On nginx, I have defined a username & password so I can auth with it as
Authorization: Basic [base64 username & password]. But nginx does not support multiple Authorization headers, so it looks like I can't use this plugin behind nginx.I would like the ability, in the plugin settings, to specify my own header (say
X-API-KEY) that I can pass the API key on, instead of theAuthorization: Bearer [key]Beta Was this translation helpful? Give feedback.
All reactions