mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #10323] [MERGED] feat: Feature/frontend authentication redirection #61351
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/10323
Author: @iamobservable
Created: 2/19/2025
Status: ✅ Merged
Merged: 2/19/2025
Merged by: @tjbck
Base:
dev← Head:feature/frontend-authentication-redirection📝 Commits (4)
e4c9734Merge pull request #10038 from open-webui/devc513308Merge pull request #10236 from open-webui/dev3f3a5bbMerge pull request #10238 from open-webui/dev7837843Add redirect capability📊 Changes
1 file changed (+9 additions, -1 deletions)
View changed files
📝
src/routes/auth/+page.svelte(+9 -1)📄 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.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
This feature allows the authentication process to redirect to a route passed in the querystring. The querystring parameter "redirect" is used. This allows the /auth route a means of bringing the user to an expected route instead of the main page (root) when desired.
Added
Allow user to be redirected to a specific path/route instead of the root path
Changed
Updated /src/routes/auth/+page.svelte with a change to what is used for redirecting with the goto method.
Deprecated
N/A
Removed
N/A
Fixed
N/A
Security
N/A
Breaking Changes
N/A
Additional Information
N/A
Screenshots or Videos
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.