აღწერა
Documentacion completa
https://gitlab.com/wp-sso/wp-sso-client
¿ Afectas a las URL ?
NO
¿ Requiere compartir servidor ?
NO
¿ Requiere compartir DBS ?
NO
¿ como lo hace ?
El cliente incluye un jsonp el cual le entrega la sobre el usuario, el login y un token. Si el usuario no esta registrado en el WP cliente pero esta logueado en el WP servidor, este pide información al servidor, servidor a servidor, enviando el token. Con la información devuelta comprueba si el usuario esta registrado un usuario en el WP cliente, ( si no está lo registra ) y lo loguea
დაყენება
Editar wp-config.php, agregar
`php
define(‘WP_SSO_SERVER’, ‘home de sitio donde esta instlado wp-sso-server’);
define(‘WP_SSO_SITE_ID’, ‘site id que te da el wp-sso-server’);
define(‘WP_SSO_TOKEN’, ‘token secret que te da el wp-sso-server’);
`
Despues se instala como cualquier plugin
From your WordPress dashboard
- Visit
Plugins > Add New
. - Search for
wp-sso-client
. Find and Installwp-sso-client
. - Activate the plugin from your Plugins page.
ხდკ
- Installation Instructions
-
Editar wp-config.php, agregar
`php
define(‘WP_SSO_SERVER’, ‘home de sitio donde esta instlado wp-sso-server’);
define(‘WP_SSO_SITE_ID’, ‘site id que te da el wp-sso-server’);
define(‘WP_SSO_TOKEN’, ‘token secret que te da el wp-sso-server’);
`Despues se instala como cualquier plugin
From your WordPress dashboard
- Visit
Plugins > Add New
. - Search for
wp-sso-client
. Find and Installwp-sso-client
. - Activate the plugin from your Plugins page.
- Visit
მიმოხილვები
There are no reviews for this plugin.
მონაწილეები & დეველოპერები
“wp-sso-client” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.
მონაწილეებიგადათარგმნეთ wp-sso-client თქვენს ენაზე.
დაინტერესებული ხართ დეველოპმენტით?
დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.
ცვლილებები
1.0
- Inicio del plugin