mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #815] [MERGED] feat: jwt utils #36105
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/815
Author: @tjbck
Created: 2/20/2024
Status: ✅ Merged
Merged: 2/20/2024
Merged by: @tjbck
Base:
main← Head:auth📝 Commits (1)
275523efeat: jwt utils📊 Changes
7 files changed (+273 additions, -7 deletions)
View changed files
📝
backend/apps/web/main.py(+2 -0)📝
backend/apps/web/routers/auths.py(+41 -4)📝
backend/utils/misc.py(+33 -0)📝
src/lib/apis/auths/index.ts(+57 -0)📝
src/lib/components/admin/Settings/General.svelte(+33 -1)📝
src/lib/components/chat/Settings/Account.svelte(+105 -0)📝
src/lib/components/chat/Settings/Account/UpdatePassword.svelte(+2 -2)📄 Description
Resolves #566
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.