-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Labels
enhancementAn enhancement or improvement to the SDK that could not be otherwise categorized as a new featureAn enhancement or improvement to the SDK that could not be otherwise categorized as a new feature
Description
Describe the problem
Relocated from community forum (53190).
From earlier technical support enquiries I know that the SDK method ManagementClient#passwordGrant()
in fact takes an undocumented second argument { forwardedFor }
to sent the Auth0-Forwarded-For
header. Since server-side authentication requires the option to prevent blocking, I would like to know if there are plans to add the definition in the official SDK documentation?
The TypeScript/DefinitelyTyped community is confused about this and I think we need official comments to move on.
What was the expected behavior?
https://auth0.github.io/node-auth0 and @types/auth0
should reflects the implemented features and actual behaviour of this repo.
Reproduction
npm install @types/auth0
Environment
- Version of this library used: 2.20.12
- Which framework are you using, if applicable: Serverless
- Other modules/plugins/libraries that might be involved: DefinitelyTyped, TypeScript
- Any other relevant information you think would be useful: N/A
tiagodws, megrbui, benwaffle, namoscato, wolfika and 29 more
Metadata
Metadata
Assignees
Labels
enhancementAn enhancement or improvement to the SDK that could not be otherwise categorized as a new featureAn enhancement or improvement to the SDK that could not be otherwise categorized as a new feature