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

If api_key is set in client options, pass it through to auth #319

Closed
andrewsg opened this issue Feb 4, 2025 · 0 comments · Fixed by #321
Closed

If api_key is set in client options, pass it through to auth #319

andrewsg opened this issue Feb 4, 2025 · 0 comments · Fixed by #321
Assignees

Comments

@andrewsg
Copy link
Contributor

andrewsg commented Feb 4, 2025

The ClientOptions class accepts an api_key argument, and the auth library also accepts an api_key argument. The Client class should pass ClientOptions.api_key to the auth library and plumb it all the way through, if it is specified.

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 a pull request may close this issue.

2 participants