diff -u b/README.txt b/README.txt --- b/README.txt +++ b/README.txt @@ -12,7 +12,7 @@ INTRODUCTION ------------ -Social Auth Linkedin Module is a Linkedin Authentication integration for Drupal. +Social Auth LinkedIn Module is a LinkedIn Authentication integration for Drupal. REQUIREMENTS ------------ @@ -25,7 +25,8 @@ INSTALLATION ------------ - * Run composer to install the dependencies. + * Run composer to install the dependencies: + composer require "drupal/social_auth_linkedin:~2.0" * Install the dependencies: Social API and Social Auth. @@ -36,10 +37,10 @@ CONFIGURATION ------------- - * Add your Linkedin project OAuth information in - Configuration » User Authentication » Linkedin. + * Add your LinkedIn project OAuth information in + Configuration » User Authentication » LinkedIn. - * Place a Social Auth Linkedin block in Structure » Block Layout. + * Place a Social Auth LinkedIn block in Structure » Block Layout. * If you already have a Social Auth Login block in the site, rebuild the cache. @@ -47,15 +48,15 @@ HOW IT WORKS ------------ -User can click on the Linkedin logo on the Social Auth Login block +User can click on the LinkedIn logo on the Social Auth Login block You can also add a button or link anywhere on the site that points -to /user/login/linkedin, so theming and customizing the button or link +to /user/login/linkedIn, so theming and customizing the button or link is very flexible. When the user opens the /user/login/linkedin link, it automatically takes -user to Linkedin Accounts for authentication. Linkedin then returns the user to +user to LinkedIn Accounts for authentication. LinkedIn then returns the user to Drupal site. If we have an existing Drupal user with the same email address -provided by Linkedin, that user is logged in. Otherwise a new Drupal user is +provided by LinkedIn, that user is logged in. Otherwise a new Drupal user is created. SUPPORT REQUESTS @@ -71,4 +72,8 @@ https://www.drupal.org/social_auth_linkedin/issues +When posting a support request, please inform what does the status report say +at admin/reports/dblog and if you were able to see any errors in +Recent log entries. + MAINTAINERS -----------