-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Fix Flipt Web provider Authentication
Reasoning
When trying to add authentication (clientToken or jwtToken) to the provider, the auth does not correctly reach the FliptEvaluationClient class.
Usage:
Result:
Proposed solution
To fix this, remove the underscores and use camel case, or eliminate the entire if statement from line 92 to line 104. This change will not affect functionality after switching to camelCase, as it will correctly format the auth. There is no need to adapt to the correct value that the FliptEvaluationClient.init() will receive.
To confirm, the models used for the FliptEvaluationClient authentication object are:
Proposed usage:
Final result:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request






