RAGGENIE: An open-source, low-code platform to build custom Retrieval-Augmented Generation (RAG) Copilets with your own data. Simplify AI development with ease!
This pull request introduces a basic authentication middleware to manage user authentication in the application, while ensuring that chat routes remain exempt from the authentication process.
Changes Made:
Loaded username and password from environment variables for authentication.
Developed middleware to handle authentication for required routes.
Excluded chat routes from authentication checks to maintain accessibility.
This pull request introduces a basic authentication middleware to manage user authentication in the application, while ensuring that chat routes remain exempt from the authentication process.
Changes Made: