mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-25 21:46:08 -04:00
能否添加用户名和密码登陆 #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @triumph on GitHub (Jan 24, 2024).
没有用户名和密码登陆,不敢对外开放给同事使用(只能公司内部),希望能添加多用户的功能,比如使用sqlite数据库。 还有一个疑问,要是dify 后端创建了2个APP应用,难道就需要运行2个webapp-conversation 程序,开2个网站吗? 谢谢。
@iamjoel commented on GitHub (Jan 26, 2024):
If you create two apps, you should change some codes to support pass the current API_KEY into the chat component.
@PotatoGarfield commented on GitHub (Apr 2, 2024):
How to do it?
@somethingwentwell commented on GitHub (Jun 5, 2024):
I added Supabase auth, you can try it https://github.com/langgenius/webapp-conversation/pull/76