[ 
https://issues.apache.org/jira/browse/TINKERPOP-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16589899#comment-16589899
 ] 

ASF GitHub Bot commented on TINKERPOP-1977:
-------------------------------------------

Github user jorgebay commented on the issue:

    https://github.com/apache/tinkerpop/pull/889
  
    I've pushed to the dev branch TINKERPOP-1977 with some minor fixes: 
https://github.com/apache/tinkerpop/compare/tp32...TINKERPOP-1977
    
    Travis started building it, if it succeeds I'll merge it to `tp32`: 
https://travis-ci.org/apache/tinkerpop/branches


> Gremlin-JavaScript: Support SASL authentication
> -----------------------------------------------
>
>                 Key: TINKERPOP-1977
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1977
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: javascript
>            Reporter: Jorge Bay
>            Priority: Major
>
> We should add support for SASL authentication flow, ideally a generic 
> interface and an implementation using username and password.
> An authenticator could have the following interface:
> {code:javascript}
> /** @abstract */
> class Authenticator {
>   /**
>   @returns {Promise} Returns a promise containing the Request to be sent.
>   When the Promise resolves to a null value, it indicates that the 
> authentication flow was successful.
>   */ 
>   evaluateChallenge(response) {
>     throw new Error("evaluateChallenge should be implemented");
>   }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to