nlpserver
nlpserver copied to clipboard
How to add username/password authentication?
You have to deploy it on nginx with basic auth or edit the flask app for authentication.
It does not include authentication out of the box. For my projects, I restrict access by configuring the firewall so that only my servers can access the API endpoint.