mirror of
https://github.com/maillab/cloud-mail.git
synced 2026-04-25 08:16:01 +03:00
[PR #169] [CLOSED] feat: Implement OAuth functionality with binding, login, and token re… #230
Labels
No labels
bug
enhancement
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloud-mail-maillab#230
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/maillab/cloud-mail/pull/169
Author: @lansonsam
Created: 10/23/2025
Status: ❌ Closed
Base:
main← Head:feature/add-new-function📝 Commits (2)
560a198feat: Implement OAuth functionality with binding, login, and token refresh6e3a2e3Merge branch 'main' into feature/add-new-function📊 Changes
19 files changed (+1745 additions, -32 deletions)
View changed files
📝
mail-vue/.env.dev(+2 -1)📝
mail-vue/src/i18n/en.js(+44 -1)📝
mail-vue/src/i18n/zh.js(+44 -1)➕
mail-vue/src/request/oauth.js(+25 -0)📝
mail-vue/src/views/login/index.vue(+140 -0)📝
mail-vue/src/views/setting/index.vue(+249 -1)📝
mail-vue/src/views/sys-setting/index.vue(+210 -0)📝
mail-vue/vite.config.js(+7 -0)➕
mail-worker/src/api/oauth-api.js(+464 -0)➕
mail-worker/src/entity/oauth-binding.js(+19 -0)📝
mail-worker/src/entity/setting.js(+17 -2)📝
mail-worker/src/hono/webs.js(+1 -0)📝
mail-worker/src/i18n/en.js(+7 -0)📝
mail-worker/src/i18n/zh.js(+7 -0)📝
mail-worker/src/init/init.js(+82 -15)📝
mail-worker/src/security/security.js(+11 -9)➕
mail-worker/src/service/oauth-service.js(+153 -0)📝
mail-worker/src/service/setting-service.js(+20 -2)➕
mail-worker/src/utils/oauth-utils.js(+243 -0)📄 Description
…fresh
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.