wp-graphql / wp-graphql-jwt-authentication

Authentication for WPGraphQL using JWT (JSON Web Tokens)
GNU General Public License v3.0
333 stars 73 forks source link

Events Calendar version >5.0 breaks jwt authentication #107

Open guilhermejbranco opened 4 years ago

guilhermejbranco commented 4 years ago

Hi,

I'm on the following versions:

WPGRAPHQL - 0.11.0 WPGRAPHQL-JWT - 0.4.1 EVENTS CALENDAR - 5.1.5

The authentication works like a charm, but as soon as I activate the Events Calendar it breaks with the following message: query MyQuery { generalSettings { title email } } Sorry, you do not have permission to view this setting.

I've tested the version 5.0 and the same happens. I've also tried with the version 4.0 of the Events Calendar and it works.

Thank you

therealgilles commented 3 years ago

@guilhermejbranco: I believe this was fixed in WP-GraphQL v1.1.3 with this PR.