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

feat: authentication plugin; drop support for meteor-login-token header #5999

Merged
merged 4 commits into from
Jan 15, 2020

Conversation

aldeed
Copy link
Contributor

@aldeed aldeed commented Jan 6, 2020

Resolves #5998
Impact: major
Type: feature

NOTE: Do not merge until reactioncommerce/reaction-admin#171 has been merged!

Changes

  • "Authorization" header handling remains the same but is moved from accounts plugin to a new authentication plugin.
  • "meteor-login-token" header is no longer supported. This breaks all releases of Reaction Admin prior to this PR

Breaking changes

"meteor-login-token" header is no longer supported. This breaks all releases of Reaction Admin prior to this PR

Testing

  • Verify authenticating a GraphQL request with "Authorization" header works as previously
  • Verify authenticating a GraphQL request with "meteor-login-token" header no longer works

Authorization header handling remains the same
but is moved from accounts plugin to new
authentication plugin.

meteor-login-token header is no longer used to
identify the user

Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
@aldeed aldeed changed the title feat: authentication plugin feat: authentication plugin; drop support for meteor-login-token header Jan 6, 2020
@aldeed aldeed requested a review from mikemurray January 6, 2020 22:43
Copy link
Member

@mikemurray mikemurray left a comment

Choose a reason for hiding this comment

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

👍

Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
@mikemurray mikemurray merged commit bcd6b1d into release-3.0.0 Jan 15, 2020
@mikemurray mikemurray deleted the feat-aldeed-5998-authentication-plugin branch January 15, 2020 17:21
@kieckhafer kieckhafer mentioned this pull request Jan 17, 2020
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.

2 participants