mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #12592] [MERGED] feat: Redirect on sign out #46030
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/12592
Author: @jarrod-lowe
Created: 4/8/2025
Status: ✅ Merged
Merged: 4/19/2025
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (6)
b446598Environment variable to redirect on logouta8bbaa6Merge branch 'dev' into main8b0e565Merge pull request #12715 from open-webui/devaca37f5Merge pull request #12807 from open-webui/dev07d8460Merge pull request #12809 from open-webui/devdfe50b4Merge branch 'open-webui:main' into main📊 Changes
3 files changed (+12 additions, -0 deletions)
View changed files
📝
backend/open_webui/env.py(+3 -0)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/routers/auths.py(+7 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Discussion 12589
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Adds the ability to set a redirect URL on manual signout. This is useful when using the trusted header auth, to allow signing out of the authentication provider.
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.