Is it possible to customise how the user IP is retrieved? #84
Unanswered
denizaygundev
asked this question in
Q&A
Replies: 1 comment
-
I have a series of updates for this that I'll merge in ASAP! |
Beta Was this translation helpful? Give feedback.
0 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.
-
Due to Vercel restrictions, the
X-FORWARDED-IP
header is unavailable (it obfuscates the user's IP to a random AWS IP), so we want to the user IP via a different header however then the authentication-log package cannot pick it up, even when we add the real user IP to the left most value of theX-FORWARDED-IP
the authentication-log package fails to pick it up because I thinkgetClientIp
that's being used relies on theSERVER_ADDR
orREMOTE_ADDR
header instead?Beta Was this translation helpful? Give feedback.
All reactions