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 invalid mapping for oauth_cb in BaseSettings #606

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

daniil-quix
Copy link
Collaborator

  • Fixed the invalid mapping of oauth_cb to oauth.cb in BaseSettings
  • Removed oauthbearer_token_refresh_cb since it's the same as oauth_cb inside confluent-kafka

Fixes #605

Also remove `oauthbearer_token_refresh_cb` since it's the same as `oauth_cb`
@daniil-quix daniil-quix merged commit 61023fb into main Nov 6, 2024
3 checks passed
@daniil-quix daniil-quix deleted the fix/kafka-mapping-underscores branch November 6, 2024 14:09
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.

OAuth-Callback error due to replacing _ with . in BaseSettings
2 participants