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

Implement authntication #10

Merged
merged 4 commits into from
Jan 9, 2018
Merged

Implement authntication #10

merged 4 commits into from
Jan 9, 2018

Conversation

adrpino
Copy link
Contributor

@adrpino adrpino commented Dec 15, 2017

Implements SASL authentication as specified here. It creates a Client object that reuses connections and authenticate.
Closes #5

This commit implements SASL authentication as expressed in
Tinkerpop (https://tinkerpop.apache.org/docs/3.0.2-incubating/#_developing_a_driver)
documentation.

Creates a client that, on first request, it replies to the AUTHENTICATE
(407) response provided by the server, and keeps the socket for future
requests, not having to open one each time.
@rushmorem
Copy link
Contributor

Thanks!

@rushmorem rushmorem merged commit 6aaaf06 into go-gremlin:master Jan 9, 2018
@rushmorem
Copy link
Contributor

I have sent you an invitation which you can accept at https://github.com/go-gremlin. Please see #8.

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.

2 participants