Henrik Wirth
Henrik Wirth
**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...
When querying for an excerpt in a post and the post has not explicitly defined an excerpt, at the moment, the excerpt gets created from the content. That's a problem,...
WordPress VIP has pretty high coding standards and everyone who will work with VIP in the future will face the same problems as our team right now. It would be...
See this ticket as a main reference and for discussions: https://github.com/wp-graphql/wp-graphql/issues/1535 WordPress VIP has pretty high coding standards and everyone who will work with VIP in the future will face...
So the idea is to give an option to enable this behaviour. One option would be to be able to define something in wp-config.php like so: ``` define( 'GRAPHQL_JWT_AUTH_SET_COOKIES', true...
One thing I'm wondering is how to force logout users. 1. When a user changes his password, all old Tokens should be invalid. Is this happening already? 2. There should...
As mentioned in this post: https://blog.hasura.io/best-practices-of-using-jwt-with-graphql > Persisting JWT token in localstorage (prone to XSS) < Persisting JWT token in an HttpOnly cookie (prone to CSRF, a little bit better...
Related issue: #79 So I tried myself on some php today and implemented the validation for user_secrets. - Added user_secret to auth_token, not just refresh_token - Added a validation step,...
Hi there, thanks for creating these widgets, I think NetlifyCMS is lacking behind with lots of things for sure. I am using the ID Widget to generate unique IDs for...
Issue: #310 So when using pathPrefix, relativeUrls inside html don't get prefixed. This doesn't make much sense, since I might want to create content in WordPress with relative URLs that...