o19s / hello-nlp

A natural language search microservice
Other
96 stars 12 forks source link

Do we really need authentication? #6

Closed binarymax closed 4 years ago

binarymax commented 4 years ago

Hello-NLP is currently built on Flask-User-starter-app, that has a nice authentication capability with user management, stored in sqlite. Is this really necessary? The app would be much simpler without it.

binarymax commented 4 years ago

Answer: yes but not as much as the previous Flask-User implementation! Moved to a simpler FastAPI implementation, which can be configured with basic_auth if you really want it.