langchain-ai / opengpts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication

leo-gan opened this issue · comments

The most important feature is authentication/authorization.
Reason: We create the RAG chat to work mostly with private data.

The current solution works only with publicly accessible data, no need for authentication.
But private data should be protected.
We need Register/Login capability. We need authorized data access.
This capability would enable the OpenGPTs in organizations/business applications.

  • A limited option is: a User access and .
  • A full option is: Organization -> User access and the data multi-tenancy authorization.
    Please vote 👍 if you also need this feature.