deiucanta / chatpad

Not just another ChatGPT user-interface!
https://chatpad.ai
GNU Affero General Public License v3.0
1.36k stars 253 forks source link

User Login #33

Open SaschMie opened 1 year ago

SaschMie commented 1 year ago

Would be nice to have a login option to secure the webinterface.

GromNaN commented 1 year ago

It is a SPA, everything is stored in the browser. Why would you like to add user login ? Where would be stored the users and credentials ?

Deploying on nginx, you can add basic auth or other auth mecanisms using auth modules.

daniel-huesca commented 1 year ago

Where would be stored the users and credentials?

sqlite?

Supernova3339 commented 1 year ago

no database ;) I'd think jsondb or something

On Mon, Apr 17, 2023 at 2:52 PM Daniel Huesca @.***> wrote:

Where would be stored the users and credentials?

sqlite?

— Reply to this email directly, view it on GitHub https://github.com/deiucanta/chatpad/issues/33#issuecomment-1511521924, or unsubscribe https://github.com/notifications/unsubscribe-auth/APESZJTRWVLFWFWB4QKNLXDXBVKMVANCNFSM6AAAAAAWM3QW2A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

bgriffen commented 1 year ago

One major drawback of yakgpt is that I have many friends who would like to use it exposed over nginx reverse proxy, but all of our chats are combined on the left side, would it be possible to create an account or profile layer that allows different users to have their own prompts but use the same API? Maybe it's not on the roadmap and understand, but it would be a potential nice place of differentiation as I've seen other people over there request it too.