I am coming from authjs (nextauth) and they have a dedicated page on Corporate Proxy, which tells you how to provide and configure the http agent for the custom fetch function.
I would like to know if it is possible to configure better-auth similarly to be used behind a corporate proxy. I have searched around and I couldn't find any resources mentioning this.
@Lionel Yau FYI I raised an issue with the intention of making a PR to add this. However, it was mentioned that using the setGlobalDispatcher method from with ProxyAgent undici would work for this.