python-social-auth / social-core

Python Social Auth - Core
BSD 3-Clause "New" or "Revised" License
837 stars 543 forks source link

Add `refresh_token` into Linkedin `EXTRA_DATA` #890

Closed adipascu closed 4 months ago

adipascu commented 4 months ago

Proposed changes

Linkedin supports refresh_token for it's Marketing API Program

Types of changes

Please check the type of change your PR introduces:

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Other information

Any other information that is important to this PR such as screenshots of how the component looks before and after the change.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (27bbf67) 77.77% compared to head (931a0f5) 77.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #890 +/- ## ======================================= Coverage 77.77% 77.77% ======================================= Files 347 347 Lines 10606 10606 Branches 699 699 ======================================= Hits 8249 8249 Misses 2200 2200 Partials 157 157 ``` | [Flag](https://app.codecov.io/gh/python-social-auth/social-core/pull/890/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-social-auth) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/python-social-auth/social-core/pull/890/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-social-auth) | `77.77% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-social-auth#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nijel commented 4 months ago

Merged, thanks for your contribution!