aamplugin / advanced-access-manager

WordPress Advanced Access Manager Plugin
Other
29 stars 14 forks source link

secure the WPGraphQL endpoint using aam #196

Open vahidreza opened 2 years ago

vahidreza commented 2 years ago

I'm using the WpGraphQL plugin on my website and would like to know if there is a way to use the same jwt token mechanism we use for the web services to secure requests on this one too.

aam is a great plugin by the way. thanks for everything

vahidreza commented 2 years ago

forgot to mention that WPGraphQL has a do_graphql_request action and if there was a way to use that along with aam's configuration, it'd be perfect.