OAuth nonce verification bug
-
You have a bug in your OAuth verification code that’s causing conflicts with other plugins using OAuth.
In
RankMath\Admin::process_oauth()
you’re verifying the nonce forrank_math_oauth_token
for ANY OAuth return URL in WordPress. You need to make this specific to your plugin, instead of just looking forprocess_oauth
andaccess_token
URL params.Please fix this issue as soon as possible, as currently it causes OAuth to fail for any other plugin that isn’t Rank Math SEO.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘OAuth nonce verification bug’ is closed to new replies.