Please include the following information in your post:
- Which SDK this is regarding: auth0-python
- SDK Version: 3.22.0
- Platform Version: Pyhton 3.6.2
- Code Snippets/Error Messages/Supporting Details/Screenshots:
https://github.com/auth0/auth0-python/blob/master/auth0/v3/authentication/passwordless.py#L55
In order to prevent rate limit for passwordless like mentioned here: Using Passwordless APIs , i need to set the following header
auth0-forwarded-for
but the passwordless email function does not support the header param.
how can i accomplish this.