2017 © Pedro Peláez
 

pw-module processwire-social-login

Social login through HybridAuth, standard login, registration and user profile for your site

image

jmartsch/processwire-social-login

Social login through HybridAuth, standard login, registration and user profile for your site

  • Saturday, December 24, 2016
  • by jmartsch
  • Repository
  • 1 Watchers
  • 3 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

ProcessWire Social Login

This module provides simple way to allow social login via HybridAuth or a standard login, (*1)

It also offers a registration form and the ability to edit your user profile on your website., (*2)

This module was originally written by Mauro Mascia., (*3)

Compatibility for ProcessWire 3 and latest HybridAuth was added by Jens Martsch, (*4)

It creates a new page called /social-login/ which does quick social login or standard. It creates also a page called /register/ in which a new user can create an account for the site. It adds social_id field to user template, that is used to match with the social account, as well a oauth field in which are saved all the social info of the user., (*5)

This module uses the HybridAuth PHP library: HybridAuth goal is to act as an abstract API between your application and various social APIs and identities providers such as Facebook, Twitter and Google., (*6)

Requirements

  1. ProcessWire 3.0+, (*7)

  2. Composer, (*8)

If you don't have composer installed, have a look here on how to get it: Composer Installation, (*9)

Installation

  1. In your processwire root directory run composer require jmartsch/processwire-social-login
  2. If the automatic copy fails, copy the files social-login.php and register.php from /site/modules/processwire-social-login/templates folder to your /site/templates/ folder
  3. Enable fields to be shown under the profile and the register page
  4. Create a new app from Facebook Developers site: https://developers.facebook.com/apps/
  5. Go to the modules setting and enable Facebook
  6. Enter your App ID and the App Secret
  7. Start logging in by visiting the www.yoursite.com/social-login/

The Versions

24/12 2016

dev-master

9999999-dev https://github.com/jmartsch/processwire-social-login/

Social login through HybridAuth, standard login, registration and user profile for your site

  Sources   Download

GNU GPL v2

The Requires

 

by Jens Martsch
by Mauro Mascia

24/12 2016

0.9.1

0.9.1.0 https://github.com/jmartsch/processwire-social-login/

Social login through HybridAuth, standard login, registration and user profile for your site

  Sources   Download

GNU GPL v2

The Requires

 

by Jens Martsch
by Mauro Mascia

15/12 2016

0.9.0

0.9.0.0 https://github.com/jmartsch/processwire-social-login/

Social login through HybridAuth, standard login, registration and user profile for your site

  Sources   Download

GNU GPL v2

The Requires

 

by Jens Martsch
by Mauro Mascia