victordibia / neuralqa

NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT
https://victordibia.github.io/neuralqa/
MIT License
232 stars 32 forks source link

Endpoint Access Control #46

Open victordibia opened 4 years ago

victordibia commented 4 years ago

Currently, there are no in built security check to manage access to the neuralqa rest end point. On the minimum, we want to enable/disable open access to the rest endpoint when we launch the ui.

Resources