mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 10:04:14 -05:00
What happened to authentication? #104
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 @m0wer on GitHub (Dec 18, 2023).
A few days ago there was a way of having multiple user support with authentication with the WIP comments on the docker-compose. This commnets have been removed (#219) and authentication no longer works (even with the old compose with uncommented WIP stuff).
What happened? What's the plan?
@tjbck commented on GitHub (Dec 18, 2023):
Hi, We've removed the WIP codes as we will be refactoring and redesign the whole backend architecture to have the DB embedded so that there is no need for a separate mongoDB instance. #216 will enable full support for multiple user feature w/ authentication, Stay tuned!
@m0wer commented on GitHub (Dec 18, 2023):
Great! Thanks for the explanation.