Skip to content

Conversation

fbourigault
Copy link
Contributor

@fbourigault fbourigault commented Sep 12, 2019

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Related tickets none
Documentation php-http/documentation#270
License MIT

What's in this PR?

This add a Header authentication method for arbitrary header based authentication (like X-AUTH-TOKEN).

Example Usage

new AuthenticationPlugin(new Header('X-AUTH-TOKEN', 'REAL'));

Checklist

  • Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix
  • Documentation pull request created (if not simply a bugfix)
Copy link
Contributor

@dbu dbu left a comment

Choose a reason for hiding this comment

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

looks good to me. can you please do the pull request to document this?

Copy link
Member

@Nyholm Nyholm left a comment

Choose a reason for hiding this comment

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

Thank you

@Nyholm Nyholm merged commit 144d13b into php-http:master Sep 16, 2019
@fbourigault fbourigault deleted the header-authentication branch September 16, 2019 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants