Skip to content
New issue

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

Deprecate oauth/ro endpoint #410

Closed
joshcanhelp opened this issue Mar 13, 2018 · 1 comment
Closed

Deprecate oauth/ro endpoint #410

joshcanhelp opened this issue Mar 13, 2018 · 1 comment
Assignees
Milestone

Comments

@joshcanhelp
Copy link
Contributor

This is unlikely to affect anyone but the methods that use this endpoint are public so we'll need to properly deprecate these (E_DEPRECATION error and documentation in the code). Since these are not used in any of the core processes, this will only affect developers who have extended the plugin to use this endpoint.

Affected methods:

WP_Auth0_Api_Client::ro() - posts to the oauth/ro endpoint and returns a decoded response body. More information here, replace with a Password Grant.

WP_Auth0_LoginManager::login_with_credentials() - calls WP_Auth0_Api_Client::ro().

These will be deprecated in the next version and removed sometime this year. If you have any questions or need any assistance migrating to the new flow, please let us know in the comments below or on our Community site.

@joshcanhelp joshcanhelp added this to the v3-Next milestone Mar 13, 2018
@joshcanhelp joshcanhelp self-assigned this Mar 13, 2018
@joshcanhelp
Copy link
Contributor Author

Fixed with #413

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant