-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Hey everyone,
I have a question about data security when using the plugin. Here is the problem I am facing:
- Our platform is a subscription based service that serves up paid content from WP graphql to a decoupled frontend application. WP is the CMS that houses our content via custom post types, and the frontend fetches the content from WP via WPGraphQL.
- Users are allowed to browse a limited version of the content before making a paid subscription.
- The problem is that - in the network response, our WPGraphQL calls return all of the content, including the premium paid content. So if someone wanted to steal our premium content, they could open up the developer tools, dig into the network calls to our WP site and get it from the
dataobject that gets returned in the response.
Is there a way to hide the data object in the response using the plugin?
Metadata
Metadata
Assignees
Labels
No labels