-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
94 lines (62 loc) · 2.47 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* How it works
* Support requests
* Maintainers
INTRODUCTION
------------
Social Auth Heroku is a Heroku 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/heroku.
* A settings form on /admin/config/social-api/social-auth/heroku.
* A Heroku logo in the Social Auth Login block.
REQUIREMENTS
------------
This module requires the following modules:
* Social Auth (https://drupal.org/project/social_auth)
* Social API (https://drupal.org/project/social_api)
INSTALLATION
------------
* Run composer to install the dependencies.
composer require "drupal/social_auth_heroku:~2.0"
* Install the dependencies: Social API and Social Auth.
* Install as you would normally install a contributed Drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-8
for further information.
CONFIGURATION
-------------
* Add your Heroku project OAuth information in
Configuration » User Authentication » Heroku.
* 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 Heroku logo in the Social Auth Login block.
You can also add a button or link anywhere on the site that points
to /user/login/heroku, so theming and customizing the button or link
is very flexible.
When the user opens the /user/login/heroku link, it automatically takes
user to Heroku for authentication. Heroku then returns the user to the
Drupal site. If we have an existing Drupal user with the same email address
provided by Heroku, that user is logged in. Otherwise, a new Drupal user is
created.
SUPPORT REQUESTS
----------------
Before posting a support request, carefully read the installation
instructions provided in module documentation page.
Before posting a support request, check 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_heroku
When posting a support request, please inform what does the status report say
at admin/reports/dblog.
MAINTAINERS
-----------
Current maintainers:
* Getulio Sánchez (gvso) - https://www.drupal.org/u/gvso
* Himanshu Dixit (himanshu-dixit) - https://www.drupal.org/u/himanshu-dixit