[PR #1212] [MERGED] Feat/api jwt #22951

Closed
opened 2026-02-21 20:20:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1212
Author: @zxhlyh
Created: 9/21/2023
Status: Merged
Merged: 9/25/2023
Merged by: @zxhlyh

Base: mainHead: feat/api-jwt


📝 Commits (10+)

📊 Changes

15 files changed (+143 additions, -340 deletions)

View changed files

📝 api/.env.example (+0 -18)
📝 api/app.py (+21 -72)
📝 api/config.py (+0 -32)
📝 api/controllers/console/auth/login.py (+2 -3)
📝 api/controllers/console/auth/oauth.py (+4 -6)
📝 api/controllers/console/setup.py (+0 -4)
📝 api/core/login/login.py (+1 -2)
api/extensions/ext_session.py (+0 -174)
📝 api/services/account_service.py (+71 -4)
📝 docker/docker-compose.yaml (+0 -13)
📝 web/app/components/swr-initor.tsx (+28 -7)
📝 web/app/signin/_header.tsx (+4 -0)
📝 web/app/signin/normalForm.tsx (+3 -2)
📝 web/service/base.ts (+7 -1)
📝 web/service/common.ts (+2 -2)

📄 Description

No description provided


🔄 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/langgenius/dify/pull/1212 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 9/21/2023 **Status:** ✅ Merged **Merged:** 9/25/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `main` ← **Head:** `feat/api-jwt` --- ### 📝 Commits (10+) - [`25293d9`](https://github.com/langgenius/dify/commit/25293d9202933f492df03596cda490da454f0dcb) user_loader - [`5be2d0e`](https://github.com/langgenius/dify/commit/5be2d0ed74b2e21f27a342b64be083ac5b8bcf8c) request loader - [`039d591`](https://github.com/langgenius/dify/commit/039d5917a8fd764e5c78f39b3dd8ce62e2868099) Merge branch 'main' into feat/api-jwt - [`e2c62bd`](https://github.com/langgenius/dify/commit/e2c62bd28978d059ceb5e00833bb24bd24704311) jwt oauth - [`0535e01`](https://github.com/langgenius/dify/commit/0535e01bade067797fc10ca8225593472dd02970) jwt oauth expire date - [`7a40edd`](https://github.com/langgenius/dify/commit/7a40edd532db7556fa269859bd487beadcf1ce16) jwt remove _remember - [`9fa3f30`](https://github.com/langgenius/dify/commit/9fa3f30f4433b82263341fb6b90c2a09f4b80d69) merge main - [`becdb3c`](https://github.com/langgenius/dify/commit/becdb3c084976318bc524d16f0c80d3239488647) fix: remove _remember - [`e814ad7`](https://github.com/langgenius/dify/commit/e814ad727fcb87f7ea2e2d6aff50c6c0652fb85c) remove cookie code - [`a08c882`](https://github.com/langgenius/dify/commit/a08c882b9785dcb07bbbef0dd9a8db40e0777f32) rename jwt token ### 📊 Changes **15 files changed** (+143 additions, -340 deletions) <details> <summary>View changed files</summary> 📝 `api/.env.example` (+0 -18) 📝 `api/app.py` (+21 -72) 📝 `api/config.py` (+0 -32) 📝 `api/controllers/console/auth/login.py` (+2 -3) 📝 `api/controllers/console/auth/oauth.py` (+4 -6) 📝 `api/controllers/console/setup.py` (+0 -4) 📝 `api/core/login/login.py` (+1 -2) ➖ `api/extensions/ext_session.py` (+0 -174) 📝 `api/services/account_service.py` (+71 -4) 📝 `docker/docker-compose.yaml` (+0 -13) 📝 `web/app/components/swr-initor.tsx` (+28 -7) 📝 `web/app/signin/_header.tsx` (+4 -0) 📝 `web/app/signin/normalForm.tsx` (+3 -2) 📝 `web/service/base.ts` (+7 -1) 📝 `web/service/common.ts` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:20:07 -05:00
yindo closed this issue 2026-02-21 20:20:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22951