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.
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.
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.