Bypass login for simple users or faster login #727

Closed
opened 2025-11-11 14:29:57 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @MohamedAliRashad on GitHub (Apr 25, 2024).

I want to host open-webui for my local community and i don't want to bother them with repetative login requests everytime they leave the app and come back again.
Is there away to disable login or save cookies so they login directly after the first time (Remember me button) ?

Originally created by @MohamedAliRashad on GitHub (Apr 25, 2024). I want to host open-webui for my local community and i don't want to bother them with repetative login requests everytime they leave the app and come back again. Is there away to disable login or save cookies so they login directly after the first time (Remember me button) ?
Author
Owner

@justinh-rahb commented on GitHub (Apr 25, 2024):

Set the WEBUI_SECRET_KEY variable to something long and random, but as long as it's kept the same between container re-runs it will preserve all logged in sessions indefinitely.

@justinh-rahb commented on GitHub (Apr 25, 2024): Set the `WEBUI_SECRET_KEY` variable to something long and random, but as long as it's kept the same between container re-runs it will preserve all logged in sessions indefinitely.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#727