mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #1714] feat: HTTP Basic Authorization for AUTOMATIC1111 Stable Diffusion web UI #51274
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 @kmc7468 on GitHub (Apr 24, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1714
Is your feature request related to a problem? Please describe.
I'm currently running AUTOMATIC1111 Stable Diffusion web UI on a different server with authorization enabled. However, since Open WebUI does not support HTTP Basic Authorization at present, I have temporarily disabled authorization. In this case, unauthorized users may access my server and use my GPU resources. It would be good if authorization were added to Open WebUI as well when sending requests to the Stable Diffusion server.
Describe the solution you'd like
I would like to request that you add support for HTTP Basic Authorization as mentioned above. I appreciate your efforts.
@spammenotinoz commented on GitHub (May 9, 2024):
I have implemented and it works (username:password) defined as system variables, but I have not created a merge as my code change causes the settings screen to bug out. So I need to fix that first.