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

feat: Add expiry to oauth arguments for refresh #155

Closed
wants to merge 1 commit into from

Commits on Oct 17, 2023

  1. Fix: Add expiry to oauth arguments for refresh

    Currently the oauth flow does not do refreshes if the access token is expired, as Credentails() does't know when the access token expires, so it completely skips refreshing.
    
    Credentails() will only refresh when a expiry datetime object is passed, so here we add an oauth argument for expiry, and pass it to Credentails().
    JichaoS committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ac5fbc1 View commit details
    Browse the repository at this point in the history