mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 18:43:44 -05:00
[GH-ISSUE #15800] feat: Control user API key expiration #137402
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 @sircharlesxx on GitHub (Jul 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15800
Check Existing Issues
Problem Description
I have recently deployed this application at my organization, and to me it appears that API keys that users generate do not have an expiration date.
I think it may be a good practice to introduce a method of enforcing an expiration of these keys.
Desired Solution you'd like
I would like to, as an admin, enforce "user" level accounts within a group to have a specific length of API key expiration/rotation.
Alternatives Considered
No response
Additional Context
No response