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

DS-10606 extent api requests to allow for basic auth #85

Closed
wants to merge 1 commit into from

Conversation

jmuto2
Copy link
Contributor

@jmuto2 jmuto2 commented Jan 16, 2024

Description

extend api requests to allow for basic auth

Jira Issue Link

https://alldigitalrewards.atlassian.net/browse/DS-10606

Has the README / documentation been extended if necessary?

No

Does this update require changes to public API documentation?

No

Tests

Are there created tests which fail without the change (if possible)?

No

Have the changes been verified to comply with the security policy requirements?

Yes

@jmuto2 jmuto2 self-assigned this Jan 16, 2024
return $this->hasBasicAuth;
}

public function setHasBasicAuth($hasBasicAuth)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe throw some :void return types on these setters, assuming this won't be digested by any service lower than PHP 7.1

@jhoughtelin jhoughtelin self-requested a review January 16, 2024 22:45
Copy link
Contributor

@jhoughtelin jhoughtelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NO

@jmuto2 jmuto2 closed this Jan 16, 2024
@jmuto2
Copy link
Contributor Author

jmuto2 commented Jan 16, 2024

Re thinking how we want to auth

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.

3 participants