[PR #815] [MERGED] feat: jwt utils #20475

Closed
opened 2026-04-20 02:59:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: auth


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/815 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/20/2024 **Status:** ✅ Merged **Merged:** 2/20/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `auth` --- ### 📝 Commits (1) - [`275523e`](https://github.com/open-webui/open-webui/commit/275523e32e71724901430b852ce958cb4fff2469) feat: jwt utils ### 📊 Changes **7 files changed** (+273 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Resolves #566 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 02:59:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#20475