Closed
Description
Provider type
GitHub
Environment
"next": "15.0.3",
"react": "18.3.1",
"next-auth": "5.0.0-beta.25"
OS: Windows 11
Node.js: 20.11.1
Reproduction URL
none
Describe the issue
Hello,
customFetch is not used here which prevent from using it behind a corporate proxies for instance:
const res = await fetch(`${apiBaseUrl}/user/emails`, {
How to reproduce
configure customFetch for GitHub
Expected behavior
customFetch should be used for all fetch operations