Giter Club home page Giter Club logo

Comments (5)

gerardobort avatar gerardobort commented on August 17, 2024 1

Hi @roberthaidari, You can fork the repo, push the changes to a branch on your copy and open a PR against this copy. I'd be glad to accept contributions!

from node-corenlp.

gerardobort avatar gerardobort commented on August 17, 2024

Hi @Luke-Tan,

Not possible currently, but I'll take it into account for upcoming updates. If you want to submit a PR, I'd be glad to merge it.

Thanks,

from node-corenlp.

Luke-Tan avatar Luke-Tan commented on August 17, 2024

Hi @gerardobort,

Do you have any reccomended ways to add authentication to make calls to the NLP server? Basically I have set up a coreNLP server and my node app queries it with this library. Any idea how I could restrict usage of the server to my app only and not other people who may know the url to my app? I am fairly new to server-side programming and its best practices. Thanks!

from node-corenlp.

roberthaidari avatar roberthaidari commented on August 17, 2024

Hey @gerardobort I wanted to do a PR to enable this, it's just ~10 additional lines of simple code in connector-server.js

const config = {
  dsn: 'http://localhost:9000',
  auth: {
    user: null,
    pass: null,
  },
};

And an if statement at the bottom. What's the best way to push my branch (I don't have permissions)?

from node-corenlp.

gerardobort avatar gerardobort commented on August 17, 2024

Hi @Luke-Tan, @roberthaidari, the basic auth support it's been added to version 1.4.4. Late but safe!

from node-corenlp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.