mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #7632] [CLOSED] feat: Central Authentication Service (CAS) integration #8884
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/7632
Author: @dotmobo
Created: 12/5/2024
Status: ❌ Closed
Base:
dev← Head:feature/CAS📝 Commits (2)
41c4badfeat: integration of the CAS authentication system5dbf00bfeat: implement cas logout📊 Changes
7 files changed (+255 additions, -2 deletions)
View changed files
📝
backend/open_webui/config.py(+49 -0)📝
backend/open_webui/main.py(+19 -0)➕
backend/open_webui/utils/cas.py(+154 -0)📝
backend/requirements.txt(+3 -0)📝
pyproject.toml(+3 -1)📝
src/lib/components/layout/Sidebar/UserMenu.svelte(+1 -1)📝
src/routes/auth/+page.svelte(+26 -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.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.