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

Lazy Load Client Secret #32

Merged
merged 2 commits into from
Feb 13, 2023
Merged

Conversation

ChristopherHammond13
Copy link
Member

Moves the client_secret string property to an @property decorated function. This allows us to defer secret loading until toolkit runtime, and therefore avoids repeated popups on macOS every time Python upgrades where multiple profiles are used. This addresses #25 to the best possible extent. See also: jaraco/keyring#619

@ChristopherHammond13 ChristopherHammond13 self-assigned this Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant