Allow header auth for kosync endpoint#857
Conversation
|
@crocodilestick you might have other opinions on this, but I wonder if the right solution here is to re-use more of the logic from I get the feeling that Certainly for now, this PR feels like the quick fix, I've tested it on my instance and it solves my problem. |
|
Thanks for your fix @jbergler, I was looking for the exact same thing ! Following your last comment I agree with you that having the same logic everywhere using the Hope the fix will be merged soon |
|
Following this, I also propose the #1004 using base decorators |
|
Hey @jbergler , sorry this took a while to get merged, great work though! |
Sort of related to #479, this endpoint uses a different auth path than the rest of the app, and the logic to check the header auth if configured is missing. Add it.