Linux 软件免费装
Banner图

Stionic Users - WordPress Users API

开发者 Stionic
Noncheat
更新时间 2022年2月1日 16:32
捐献地址: 去捐款
PHP版本: 5.2.4 及以上
WordPress版本: 5.9
版权: GPLv2 or later
版权网址: 版权信息

标签

api create app wordpress users mobile app wordpress

下载

1.0.1 1.0.2 1.0.0

详情介绍:

Stionic Users has expanded the WordPress REST API for manager Users. Allows you create mobile app for WordPress. Features Docs & Support Register users Send 'POST' request to '/wp-json/wp/v2/m_users/register' with params 'username' and 'email'. Reset password Send 'POST' request to '/wp-json/wp/v2/m_users/password' with params 'username'. Change users avatar (login required) Send 'POST' request to '/wp-json/wp/v2/m_users/avatar' with params 'base64' (base64 of image). Delete users avatar (login required) Send 'DELETE' request to '/wp-json/wp/v2/m_users/avatar'. Logout everywhere else (login required) Send 'POST' request to '/wp-json/wp/v2/m_users/keep'. Login Facebook Send 'POST' request to '/wp-json/wp/v2/m_facebook/login' with params 'token' is access token of Facebook. Return: JWT Authentication data include token, use it in Header of JWT authentication. You can find docs. If you were unable to find the answer to your question on the documentation, you should check the support forum on WordPress.org. If you can't locate any topics that pertain to your particular issue, post a new topic for it. Recommend Plugins The following plugins are recommend for Stionic Users:

安装:

  1. Upload the entire stionic-users folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
For basic usage, you can also have a look at the plugin web site.

升级注意事项:

1.0.2 Add logout endpoint 1.0.1 Support latest Nextend social plugin 1.0.0

更新日志:

1.0.2 1.0.1