Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(api): include Authorization header for all requests #401

Merged
merged 1 commit into from
Mar 26, 2022

Conversation

jan-law
Copy link
Contributor

@jan-law jan-law commented Mar 25, 2022

Fixes #399

  • passing request headers as a Headers object in the RequestInit config lets the customizer find the correct headers object
  • fix header iteration loop
  • fix code formatting

@jan-law jan-law added the fix label Mar 25, 2022
@jan-law jan-law requested a review from andrewazores March 25, 2022 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some requests fail to include Authorization header
2 participants