Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

refresh token support#125

Open
c-wygoda wants to merge 2 commits intomainfrom
refresh-token-support
Open

refresh token support#125
c-wygoda wants to merge 2 commits intomainfrom
refresh-token-support

Conversation

@c-wygoda
Copy link
Contributor

  • fix: add grace period when checking access_token expiration
  • feat: support short lived access tokens, with opt-in refresh token flow

auth_url: Optional[str] = None,
client: Optional[AbstractClient] = None,
grace_period_seconds: int = 60,
enable_refresh: bool = False,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to migrate all clients first to support offline_access scope

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant