Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Stionic Users – WordPress Users API

Descrizione

Stionic Users has expanded the WordPress REST API for manager Users.
Allows you create mobile app for WordPress.

Features

  • Register users
  • Reset password by username
  • Change users avatar
  • Logout everywhere else
  • This plugin support API login with Facebook by access token

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:

Installazione

  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.

FAQ

Do you have questions or issues with Stionic Users? Use these support channels appropriately.

  1. Stionic
  2. Support forum

Recensioni

Leggi la recensione di 1

Contributi e sviluppo

“Stionic Users – WordPress Users API” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “Stionic Users – WordPress Users API” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.0.2

  • Add logout endpoint

1.0.1

  • Support latest Nextend social plugin

For more information, see Releases.