mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-11 00:13:40 -05:00
feat: Support for Multiple JWT/API keys for a single user. #4623
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 @suleimanelkhoury on GitHub (Mar 31, 2025).
Check Existing Issues
Problem Description
It would be great if OpenWebUI supported multiple JWT/API keys instead of just one. This feature would be useful in scenarios where users manage multiple applications using OpenWebUI endpoints.
Currently, if an API key is compromised or needs to be changed, users have to update it in multiple places. Having support for multiple keys would allow users to assign different keys to different applications, making key management more flexible and secure.
Desired Solution you'd like
Allow users to add and manage multiple JWT/API keys in the OpenWebUI settings, with each key assigned to a different name to differenciate them. This feature can be implemented similarly to what OpenAI provides.
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Mar 31, 2025):
multiple API keys might make sense, would be happy to review PRs.