mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #566] feat: jwt expiration setting #50787
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 @jannikstdl on GitHub (Jan 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/566
Is your feature request related to a problem? Please describe.
It would be a bit more secure if the token has a expiration time.
I saw in the code that the "create_token" code accepts an expiration but it is not used.
Describe the solution you'd like
The user gets logged out after a inactive period of time. Maybe you can configure and turn that off in the settings.