[PR #643] [MERGED] fix: some oauth2 need redirect_uri when get token #673

Closed
opened 2026-02-26 21:32:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/643
Author: @dreamhunter2333
Created: 4/26/2025
Status: Merged
Merged: 4/26/2025
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • 8b81320 fix: some oauth2 need redirect_uri when get token

📊 Changes

10 files changed (+162 additions, -161 deletions)

View changed files

📝 frontend/package.json (+2 -2)
📝 frontend/pnpm-lock.yaml (+59 -59)
📝 frontend/src/views/admin/UserOauth2Settings.vue (+1 -1)
📝 pages/package.json (+1 -1)
📝 scripts/update-dependencies.sh (+1 -1)
📝 vitepress-docs/package.json (+1 -1)
📝 vitepress-docs/pnpm-lock.yaml (+38 -38)
📝 worker/package.json (+3 -3)
📝 worker/pnpm-lock.yaml (+55 -55)
📝 worker/src/user_api/oauth2.ts (+1 -0)

📄 Description

User description

#641


PR Type

Bug fix, Enhancement


Description

  • Fix OAuth2 redirect_uri parameter issue

  • Update package dependencies to latest versions

  • Improve UI label for access token format

  • Enhance scripts for dependency updates


Changes walkthrough 📝

Relevant files
Enhancement
2 files
UserOauth2Settings.vue
Update UI label for access token format                                   
+1/-1     
update-dependencies.sh
Update dependencies to latest versions                                     
+1/-1     
Bug fix
1 files
oauth2.ts
Add redirect_uri parameter for OAuth2                                       
+1/-0     
Dependencies
7 files
package.json
Update Vite and Wrangler versions                                               
+2/-2     
pnpm-lock.yaml
Update lock file for dependency versions                                 
+59/-59 
package.json
Update Wrangler version                                                                   
+1/-1     
package.json
Update Wrangler version                                                                   
+1/-1     
pnpm-lock.yaml
Update lock file for dependency versions                                 
+38/-38 
package.json
Update Wrangler and Resend versions                                           
+3/-3     
pnpm-lock.yaml
Update lock file for dependency versions                                 
+55/-55 

Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.

  • 🔄 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/dreamhunter2333/cloudflare_temp_email/pull/643 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 4/26/2025 **Status:** ✅ Merged **Merged:** 4/26/2025 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`8b81320`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/8b8132013d654a49e9afda4c381dd66b1f547506) fix: some oauth2 need redirect_uri when get token ### 📊 Changes **10 files changed** (+162 additions, -161 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+2 -2) 📝 `frontend/pnpm-lock.yaml` (+59 -59) 📝 `frontend/src/views/admin/UserOauth2Settings.vue` (+1 -1) 📝 `pages/package.json` (+1 -1) 📝 `scripts/update-dependencies.sh` (+1 -1) 📝 `vitepress-docs/package.json` (+1 -1) 📝 `vitepress-docs/pnpm-lock.yaml` (+38 -38) 📝 `worker/package.json` (+3 -3) 📝 `worker/pnpm-lock.yaml` (+55 -55) 📝 `worker/src/user_api/oauth2.ts` (+1 -0) </details> ### 📄 Description ### **User description** #641 ___ ### **PR Type** Bug fix, Enhancement ___ ### **Description** - Fix OAuth2 redirect_uri parameter issue - Update package dependencies to latest versions - Improve UI label for access token format - Enhance scripts for dependency updates ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><details><summary>2 files</summary><table> <tr> <td><strong>UserOauth2Settings.vue</strong><dd><code>Update UI label for access token format</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/643/files#diff-5ded2f107f7fd8a04eb55462a9cb55b85bee3afc56fc45f8ba6a4bcf90755ebb">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>update-dependencies.sh</strong><dd><code>Update dependencies to latest versions</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/643/files#diff-56da0ef3b97c746a1d79380c0dfd3b349813b29a3acc72cd2838f0c5c547ed89">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Bug fix</strong></td><td><details><summary>1 files</summary><table> <tr> <td><strong>oauth2.ts</strong><dd><code>Add redirect_uri parameter for OAuth2</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/643/files#diff-fede9bc68112c797eefa07c6e6cc20a6aa107addb3e5636757131589a435e13b">+1/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Dependencies</strong></td><td><details><summary>7 files</summary><table> <tr> <td><strong>package.json</strong><dd><code>Update Vite and Wrangler versions</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/643/files#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655">+2/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>pnpm-lock.yaml</strong><dd><code>Update lock file for dependency versions</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/643/files#diff-41b1ff3a74ba81fa74c8dd225d66d81573be3f2990e1d98b9b09798b147d40a8">+59/-59</a>&nbsp; </td> </tr> <tr> <td><strong>package.json</strong><dd><code>Update Wrangler version</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/643/files#diff-74314f72f6616d400be4cb0d161867d8148f23c22d4c12c7188aedb129c00c59">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>package.json</strong><dd><code>Update Wrangler version</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/643/files#diff-3adbfbfaa65ecc60f48c8d009a52c697d4c80d61ee887799df22407fcb73f380">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>pnpm-lock.yaml</strong><dd><code>Update lock file for dependency versions</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/643/files#diff-655c1410f6eacceaa9003212a9f840a660ace35e32e60d792be3640ec774af6f">+38/-38</a>&nbsp; </td> </tr> <tr> <td><strong>package.json</strong><dd><code>Update Wrangler and Resend versions</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/643/files#diff-89dc6f41a53ce13f2da5a00dd34868762e6cd0df46eddc9f5c3c4510b1493870">+3/-3</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>pnpm-lock.yaml</strong><dd><code>Update lock file for dependency versions</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/643/files#diff-b40cf923090a5fb5f6cc0d6ce716c560645419d762871abb50383fdb423288c6">+55/-55</a>&nbsp; </td> </tr> </table></details></td></tr></tr></tbody></table> ___ > <details> <summary> Need help?</summary><li>Type <code>/help how to ...</code> in the comments thread for any questions about PR-Agent usage.</li><li>Check out the <a href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a> for more information.</li></details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
    kerem 2026-02-26 21:32:20 +03:00
    Sign in to join this conversation.
    No milestone
    No project
    No assignees
    1 participant
    Notifications
    Due date
    The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

    No due date set.

    Dependencies

    No dependencies set.

    Reference
    starred/cloudflare_temp_email#673
    No description provided.