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

🔒 Add SASL OAUTHBEARER mechanism #171

Merged
merged 2 commits into from
Sep 15, 2023
Merged

🔒 Add SASL OAUTHBEARER mechanism #171

merged 2 commits into from
Sep 15, 2023

Conversation

nevans
Copy link
Collaborator

@nevans nevans commented Sep 10, 2023

Also, GS2Header was extracted from OAuthBearerAuthenticator. It's not much, but it can be re-used in the implementation of other mechanisms, e.g. SCRAM-SHA-*.

@nevans nevans added the SASL 🔒 Authentication and authentication mechanisms label Sep 10, 2023
@nevans nevans force-pushed the sasl/oauthbearer branch 3 times, most recently from 2e76f01 to ba3a572 Compare September 15, 2023 02:44
Also, GS2Header was extracted from OAuthBearerAuthenticator.  It's not
much, but it can be re-used in the implementation of other mechanisms,
e.g. `SCRAM-SHA-*`.
@nevans nevans merged commit 43a73ec into master Sep 15, 2023
22 checks passed
@nevans nevans deleted the sasl/oauthbearer branch September 15, 2023 02:50
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.

SASL: Add support for OAUTHBEARER mechanism
1 participant