-
Notifications
You must be signed in to change notification settings - Fork 4
Add auth key support #70
Copy link
Copy link
Closed
Labels
part:codeAffects the code in generalAffects the code in generalpriority:highAddress this as soon as possibleAddress this as soon as possibletype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Metadata
Metadata
Assignees
Labels
part:codeAffects the code in generalAffects the code in generalpriority:highAddress this as soon as possibleAddress this as soon as possibletype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
What's needed?
We need to add an auth key to every request for authorization.
Proposed solution
Make the
BaseApiClienttake akeyin the constructor and automatically pass the keys to stub methods.Use cases
No response
Alternatives and workarounds
No response
Additional context
Example implementation:
But maybe we can use the
AuthMetadataPlugin: