Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix access token expiration and refresh token handling in GitHub backend #933

Conversation

gmargaritis
Copy link
Contributor

Resolves #932

Ensure the correct key is used for access_token expiration in the GitHub backend's extra_data, and save the refresh_token.

Previously, the expiration of the access_token was not stored, causing the refresh_token functionality to be skipped.

Ensure the correct key is used for access_token expiration in the GitHub backend's extra_data, and save the refresh_token.

Previously, the expiration of the access_token was not stored, causing the refresh_token functionality to be skipped.

Signed-off-by: George Margaritis <[email protected]>
@nijel nijel merged commit 19ae97d into python-social-auth:master Sep 2, 2024
7 checks passed
@nijel
Copy link
Member

nijel commented Sep 2, 2024

Merged, thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Fix access token expiration and refresh token handling in GitHub backend
2 participants