
Updating the current Social Auth LinkedIn Implementer to the 4.0x version. This will help in running the implementer in sync with the latest version of Social API.
Issue fork social_auth_linkedin-3295807
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
Simran.67 CreditAttribution: Simran.67 commentedComment #4
wells@Simran.67 this MR needs to be updated to target the 4.0.x branch. I think you'll have to delete the current MR and open a new one to do that.
Comment #5
wellsComment #8
wells@Simran.67 in addition to the CRs added to MR !2, please also update the
social_auth_linkedin.links.task.yml
to use the correct routes for the new Social Auth 4.0.x implement. Take a look at social_auth_github/-/blob/4.0.x/social_auth_github.links.task.yml for example of how the configuration should be updated.Comment #9
wells@Simran.67 there were some missed CRs from the last round and I have added a couple of new ones. Also note my comment in #8 has an additional CR for the
social_auth_linkedin.links.task.yml
file. We're almost there (:Comment #10
Simran.67 CreditAttribution: Simran.67 commentedComment #11
wellsComment #12
Simran.67 CreditAttribution: Simran.67 commentedComment #13
wellsOne final CR -- otherwise this looks good!
Comment #14
Simran.67 CreditAttribution: Simran.67 commentedComment #15
wells@Simran.67 -- just two more CRs on the
\Drupal\social_auth_linkedin\LinkedInAuthManager::getUserInfo
method changes. I provided some more details for you this time.Comment #16
Simran.67 CreditAttribution: Simran.67 commentedComment #18
wellsMerged! Thanks, @Simran.67!