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

Commits on Aug 30, 2024

  1. Fix access_token expiration and refresh handling in GitHub backend

    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 <george@withlogic.co>
    gmargaritis committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a55b616 View commit details
    Browse the repository at this point in the history