Skip to content

Conversation

@jasonbahl
Copy link
Collaborator

Release Notes

Breaking Changes

From a GraphQL Consumer perspective there shouldn't be any breaking changes. The shape of queries and mutations remain the same in this release.

Some internal functions were modified, so for plugins that extend this (i.e. WPGraphQL for WooCommerce) it's best to check your use of internal functions for how changes may affect your code.

If anything, this should fix things that previously broke when updating to WPGraphQL v0.5.0/v0.6.0 support.

New Features

  • Removed /tests/_output directory from being versioned and added it to .gitignore
  • Updates to README.md to show more mutations. Thanks @henrikwirth!

Bugfixes

jasonbahl and others added 17 commits July 19, 2019 16:22
… serviced

- This validates the Auth Token when the GraphQL Request is being initiated, and if it's invalid the request does not execute and a 403 status is returned.
- This updates the mutations to expect a User model to be passed through instead of a WP_User object
- This also updates some of the errors to be more clear, passing through WP_Error messages
- This also returns null when the user cannot access the JWT Secret instead of throwing an error.
…ed-after-user-registered

#69 - JWT Tokens could not be returned after regiserUser mutation
…iblity for passing WP_User or User (model) through to some resolvers
…ed-after-user-registered

Bug/#69 jwt could not be returned after user registered
…ed-after-user-registered

#69 - Backward Compatibility fixes for playing nice with WPGraphQL for WooCommerce
…69-jwt-could-not-be-returned-after-user-registered

# Conflicts:
#	wp-graphql-jwt-authentication.php
@jasonbahl jasonbahl self-assigned this Feb 17, 2020
Copy link
Collaborator

@kidunot89 kidunot89 left a comment

Choose a reason for hiding this comment

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

This resolves the last issue related to WPGraphQL-JWT-Authentication in the WooGraphQL.
Working 100% with WooGraphQL

@jasonbahl jasonbahl merged commit e65055d into master Feb 20, 2020
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.

4 participants