This project is part of the Drupal Social Initiative and is based on the Social API.

Social Auth PayPal allows users to register and login to your Drupal site with their PayPal account. It is based on Social Auth and Social API projects

This module adds a path user/login/paypal which redirects the user to PayPal Accounts for authentication.

After PayPal API has returned the user to your site, the module compares the email address provided by PayPal. If your site already has an account with the same email address, user is logged in. If not, a new user account is created.

Login process can be initiated from the "PayPal" button in the Social Auth block. Alternatively, site builders can place (and theme) a link to user/login/paypal wherever on the site.


Dependencies

Social API - https://www.drupal.org/project/social_api/
Social Auth - https://www.drupal.org/project/social_auth
PHP OAuth2 Library - https://packagist.org/packages/stevenmaguire/oauth2-paypal

All of these can be automatically installed if Social Auth Paypal is installed through composer:

composer config repositories.drupal composer https://packages.drupal.org/8

composer require "drupal/social_auth_paypal:2.x-dev"

See the Social Auth PayPal installation guide for more information.

Supporting organizations: 

Project information

  • caution Seeking new maintainer
    The current maintainers are looking for new people to take ownership.
  • Created by himanshu-dixit on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    There are currently no supported stable releases.

Releases