bradjones1 / social_auth_github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • How it works
  • Support requests
  • Maintainers

INTRODUCTION

Social Auth GitHub is a GitHub authentication integration for Drupal. It is based on the Social Auth and Social API projects

It adds to the site:

  • A new url: /user/login/github.
  • A settings form at /admin/config/social-api/social-auth/github.
  • A GitHub logo in the Social Auth Login block.

REQUIREMENTS

This module requires the following modules:

INSTALLATION

CONFIGURATION

  • Add your GitHub project OAuth information in Configuration » User Authentication » GitHub.

  • Place a Social Auth Login block in Structure » Block Layout.

  • If you already have a Social Auth Login block in the site, rebuild the cache.

HOW IT WORKS

The user can click on the GitHub logo in the Social Auth Login block. You can also add a button or link anywhere on the site that points to /user/login/github, so theming and customizing the button or link is very flexible.

After GitHub has returned the user to your site, the module compares the user id or email address provided by GitHub. If the user has previously registered using GitHub or your site already has an account with the same email address, the user is logged in. If not, a new user account is created. Also, a GitHub account can be associated with an authenticated user.

SUPPORT REQUESTS

  • Before posting a support request, carefully read the installation instructions provided in module documentation page.

  • Before posting a support request, check the Recent Log entries at admin/reports/dblog

  • Once you have done this, you can post a support request at module issue queue: https://www.drupal.org/project/issues/social_auth_github

  • When posting a support request, please inform if you were able to see any errors in the Recent Log entries.

MAINTAINERS

Current maintainers:

Development sponsored by:

About


Languages

Language:PHP 100.0%