We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug So if I try to download a downloadable Item, I get an error, which says You have to be logged in to download files.
You have to be logged in to download files.
To Reproduce Steps to reproduce the behavior:
WP:
virtual
downloadable
Frontend:
downloadbleItem.url
Expected behavior
What would be nice, if the WordPress backend looks for the JWT token and is able to validate, that you are allowed to download the item.
Additional context Using the newest versions of WPGraphql, JWT Plugin and WooCommerce Plugin
Also see: https://docs.woocommerce.com/document/digital-downloadable-product-handling/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
So if I try to download a downloadable Item, I get an error, which says
You have to be logged in to download files.
To Reproduce
Steps to reproduce the behavior:
WP:
virtual
anddownloadable
Frontend:
downloadbleItem.url
Expected behavior
What would be nice, if the WordPress backend looks for the JWT token and is able to validate, that you are allowed to download the item.
Additional context
Using the newest versions of WPGraphql, JWT Plugin and WooCommerce Plugin
Also see: https://docs.woocommerce.com/document/digital-downloadable-product-handling/
The text was updated successfully, but these errors were encountered: