You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Incompatibility with HCaptcha plugin. When HCaptcha is installed, woocommerce_tokens retrieved via a get customer with a bearer token in header are no longer linked to the logged-in user.
To Reproduce
Steps to reproduce the behavior:
Install HCaptcha and activate the plugin
Fetch a authToken
Fetch a session token via customer / viewer or any other query
Header : 'Bearer': 'Your token'
query fetchToken {
customer {
id
sessionToken
}
}
Expected behavior
The recovered session token should contain the user's id as customer_id and not a session_id.
Plugin Versions
WooGraphQL Version: 0.21.1
WPGraphQL Version: 1.31.1
WordPress Version: 6.7.2
WooCommerce Version: 8.6.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Incompatibility with HCaptcha plugin. When HCaptcha is installed, woocommerce_tokens retrieved via a get customer with a bearer token in header are no longer linked to the logged-in user.
To Reproduce
Steps to reproduce the behavior:
Header : 'Bearer': 'Your token'
Expected behavior
The recovered session token should contain the user's id as customer_id and not a session_id.
Plugin Versions
The text was updated successfully, but these errors were encountered: