Skip to content

Treedent/wp-cynetique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cynetique

A wordpress plugin with oauth2 implementation for REST data request.

You will have to add php sessions start at the top of your wp-config.php :

// Start session for the rest server token persistance
if ( ! session_id() ) {
    session_start();
}

define('WP_HOME','http://www....');
define('WP_SITEURL','http://www...');

About

A wordpress plugin with oauth2 implementation for REST data request.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published