WP Manifestindependent plugin directory
manifest / users / wp-api-social-login

WP-API SOCIAL LOGIN

Using WP-API and Hello.js to create seamless login and registration via social channels

by Roy Sivan, Carl Alexander · github.com/royboy789/wp-api-social-login · website

39stars
4forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/royboy789/wp-api-social-login/archive/refs/heads/master.zip

Declares an update source (https://github.com/royboy789/wp-api-social-login), so updates arrive through the plugin's own updater.

From the readme

WP-API SOCIAL LOGIN We can do many awesome things with WP-API, when building CodeCavalry we needed a way to get people signed up logged in using social networks. While trying some existing plugins were not happy with the outcome and how the flow worked with our application. We created the start to a social login utilizing WP-API to more seamlessly integrate the login and registration. This is v2 of our routes and plugin that includes a new table since some social API's don't respond with information you need to check if a user exists or create a user. Supports GitHub Updater API SETUP # You will need to go to Settings Social API to configure the API's you want to use. As of now we are only supporting Facbeook, Twitter, and GitHub. Do you want us to support more? Go to hellojs and create an issue in this GitHub repo with any supported social network and we will add it in. USAGE # Creation of 2 endpoints for WP-API each accepts a data object array, make sure you are passing in an object named data: var data = { userid: XXXXXXX, useremail: XXXX@YYY.com } LOGIN ENDPOINT /sociallogin - use this to login an existing user, will do a check if user exists and re

Read the full README on GitHub →