mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #23325] enh: Automatic auth flows for models with OAuth 2.1 tools enabled #66005
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23325
Author: @taylorwilsdon
Created: 4/1/2026
Status: 🔄 Open
Base:
dev← Head:issues/23272📝 Commits (10+)
fe6783cMerge pull request #19030 from open-webui/devfc05e0aMerge pull request #19405 from open-webui/deve3faec6Merge pull request #19416 from open-webui/dev9899293Merge pull request #19448 from open-webui/dev140605eMerge pull request #19462 from open-webui/dev6f1486fMerge pull request #19466 from open-webui/devd95f533Merge pull request #19729 from open-webui/deva7271530.6.43 (#20093)6adde20Merge pull request #20394 from open-webui/devf9b0534Merge pull request #20522 from open-webui/dev📊 Changes
14 files changed (+3005 additions, -3034 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
backend/open_webui/static/assets/pdf-style.css(+1 -2)📝
backend/open_webui/static/swagger-ui/swagger-ui-bundle.js(+2939 -3003)📝
docs/SECURITY.md(+1 -2)📝
src/lib/apis/auths/index.ts(+1 -1)📝
src/lib/apis/configs/index.ts(+11 -0)📝
src/lib/components/chat/Chat.svelte(+32 -3)📝
src/lib/components/chat/FileNav.svelte(+1 -1)📝
src/lib/components/chat/FileNav/FilePreview.svelte(+2 -2)📝
src/lib/components/chat/MessageInput.svelte(+2 -7)📝
src/lib/components/chat/MessageInput/IntegrationsMenu.svelte(+6 -8)📝
src/lib/components/chat/Messages/ContentRenderer.svelte(+0 -1)📝
src/lib/components/chat/ModelSelector/Selector.svelte(+6 -1)📝
src/tailwind.css(+2 -3)📄 Description
Pull Request Checklist
Closes: #23272
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
require authentication, so users are seamlessly guided through each OAuth flow
on new chats instead of needing to manually click "Connect" for each tool.
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.