mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #21632] feat: Firebase Auth & API Rate limit #35069
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 @amjiddader on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21632
Check Existing Issues
Verify Feature Scope
Problem Description
Hello, I can see its better than openAI in many ways.
I noticed few things if we run this for our team, maybe 5 users.
Desired Solution you'd like
Firebase Auth: We already have workspace using firebase authentication thats good enough for approved users to login - If we can use same login in here?
i think it will be easy, useful & much better.
API rate limit, A new users once approved can use API key to use our models in ide or api.
I m not sure about default limits.
But i think it will be nice if we throttle users to xx requests per second & yy request per day.
Also ability to create a group maybe? with higher limits.
Reason: If we have 5 memebers in our team we gave them access they will use our api for work - At same time can u use for other work and use actually unlimited request & it will cause several severe issues.
So my point is , if we can use Firebase authentication & predefined limits on using API .
regards
Alternatives Considered
No response
Additional Context
No response