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

Auth scram sha 256 #1

Merged
merged 6 commits into from
Apr 30, 2024

Conversation

owlwalks
Copy link
Collaborator

mhill-anynines and others added 6 commits October 19, 2018 12:54
Support more future proof hashing algorithm for SCRAM authentication.
Compatible with mongoDB 4.0 and higher.
Removes custom SCRAM implementation replacing it with a wrapper for the
existing xdg-go/scram library. Changes the saslNewScram interface to
take a new type *scram.Method argument replacing the  func () hash.Hash
type. Adds a scram.NewMethod function that validates and returns a
supported method.
Responsibility for checking if the authentication process is completed
it placed in the Step function, hence there should be no need to check
the response object done field independently.
@owlwalks owlwalks merged commit c31a612 into localmeasure:development Apr 30, 2024
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.

3 participants