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
After this PR #10724, the WordPress authorization option differs based in a setting of the server. This information needs to come on the OAuth services API. The client should not need both Settings + OAuth APIs to present the OAuth options.
On mobile, we're forcing the WordPress to use this URL to authorize the user:
Can we maybe switch all oauth to use the exact same custom oauth? This way when the mobile teams call the api they will get all values needed and not have to depend on settings for some and the api for others?
Description:
After this PR #10724, the WordPress authorization option differs based in a setting of the server. This information needs to come on the OAuth services API. The client should not need both Settings + OAuth APIs to present the OAuth options.
On mobile, we're forcing the WordPress to use this URL to authorize the user:
We've two options:
The text was updated successfully, but these errors were encountered: