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

♻️ Allow keyword args on all SASL authenticators #177

Merged
merged 4 commits into from
Sep 20, 2023

Conversation

nevans
Copy link
Collaborator

@nevans nevans commented Sep 20, 2023

All SASL authenticators have been updated to take keyword arguments. Parameters with the same semantics (or very similar) have been given the same name across all authenticators, and unknown keywords are ignored. This can allow the same "credentials hash" to be used with multiple authenticators.

ArgumentError will be raised for missing required arguments and for conflicting positional vs keyword arguments.

@nevans nevans added the SASL 🔒 Authentication and authentication mechanisms label Sep 20, 2023
@nevans nevans merged commit cfb8caf into master Sep 20, 2023
22 checks passed
@nevans nevans deleted the sasl/kwargs-on-all-authenticators branch September 20, 2023 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SASL 🔒 Authentication and authentication mechanisms
Development

Successfully merging this pull request may close these issues.

1 participant