We have a small internal app that authenticates our users from our node.js API. It never hits the rate limits with our server IP, but we want to play safe and follow the best practise by giving the auth0-forwarded-for header.
Is there a way to specify the said header in new AuthenticationClient().passwordGrant()?