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(auth): update authorization header to Basic #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

EinfachHans
Copy link

@EinfachHans EinfachHans commented Jul 31, 2024

Description

One Line Summary

This PR updates the authorization header from Bearer to Basic

Details

Motivation

Some users start to receive many 401 error. For me the support mentioned that the api changed it's authentication type to basic. This pr reflects this change.

Scope

Authentication

Other

closes #84

Testing

Manual testing

Not tested something here, let me know if this is needed.

Checklist

Overview

  • I have filled out all REQUIRED sections above
  • PR does one thing
  • Any Public API changes are explained in the PR details and conform to existing APIs

Testing

  • I have personally tested this on my device, or explained why that is not possible

Final pass

  • Code is as readable as possible.
  • I have reviewed this PR myself, ensuring it meets each checklist item

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: It seems that the RestAPIAuthentication type has changed from Bearer to Basic.
1 participant