-
-
Notifications
You must be signed in to change notification settings - Fork 550
Open
Description
Describe the solution you'd like
A clear and concise description of what you want to happen. Ideally with a small example of the proposed changes.
The default method of adding Bearer without explicit configuration is really confusing. Unless there is a valid reason, I will submit a pull request to add a configuration option.
This is anti-human design.
if (isStringWithValue(token)) {
headers["Authorization"] = `Bearer ${token}`;
}ZipJo and mrlubos
Metadata
Metadata
Assignees
Labels
No labels