does leiningen support custom auth headers? i am trying to use a new bearer auth scheme at our company. looking through the code the answer looks like no but i wanted to double check.
I use a Leiningen plugin so I can supply OAuth bearer tokens to a private Maven repository hosted on Codeberg. Never found a deps.edn equivalent so I think your only alternative is to use Maven directly
Is that something you could configure in ~/.m2/settings.xml for Maven? Maybe Leiningen supports that settings file? (the Clojure CLI supports at least some of those settings)
i don't think lein supports the settings.xml file unless there is some layer of indirection i am missing
this may be what finally moves me over to the cli crying-laughing-joy-blood