Leave a Reply

1 comment

  1. We have created a premium OAuth 2.0 server plugin: https://lana.codes/product/lana-passport/

    You can try it with the demo, and there is also detailed documentation for it.

    However, OAuth is primarily for authenticating the user and querying the user’s data via the /resource endpoint. So your primary goal is easily achievable.

    In order to use the OAuth access_token to access the WordPress system and, for example, write a comment, further development is required in WordPress because this is not an OAuth task. So, your second goal can also be achieved, it just requires unique development.

    Personal experience

    I personally use the OAuth plugin to be able to log in to my WordPress websites using the Single Sign On button, which uses my primary WordPress website for authentication. So I use OAuth for a Single Sign On solution between two WordPress websites.