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
main
auth
275523e
7 files changed (+273 additions, -7 deletions)
📝 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)
backend/apps/web/main.py
backend/apps/web/routers/auths.py
backend/utils/misc.py
src/lib/apis/auths/index.ts
src/lib/components/admin/Settings/General.svelte
src/lib/components/chat/Settings/Account.svelte
src/lib/components/chat/Settings/Account/UpdatePassword.svelte
Resolves #566
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.