Skip to content

Data security question #175

@catedm

Description

@catedm

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 data object that gets returned in the response.

Is there a way to hide the data object in the response using the plugin?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions