mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
feat: How can the user persist sign in after the container was upgraded? #4338
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 @Anduin2017 on GitHub (Mar 9, 2025).
Check Existing Issues
Problem Description
Hi. I am using Docker Swarm to deploy Open WebUI.
However, after the image was upgraded, all signed in users are signed out automatically. And they need to sign in again manually.
How can we persist their sign in status? Like persisting the JWT key on the server?
Desired Solution you'd like
Maybe persist a file which is the JWT key on the server?
Alternatives Considered
No response
Additional Context
No response