mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[PR #780] [MERGED] fix: exclude telegram routes from x-custom-auth check #757
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#757
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/dreamhunter2333/cloudflare_temp_email/pull/780
Author: @dreamhunter2333
Created: 12/11/2025
Status: ✅ Merged
Merged: 12/11/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
b80c9a8fix: exclude telegram routes from x-custom-auth check📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
worker/src/worker.ts(+1 -1)📄 Description
User description
Summary
/telegram/routes fromx-custom-authheader checkTest plan
PASSWORDSis configuredx-custom-authwhen enabled🤖 Generated with Claude Code
PR Type
Bug fix
Description
Exclude
/telegram/routes fromx-custom-authheader check.Ensure Telegram API calls function without custom auth.
Maintain authentication for other routes with
x-custom-auth.Simplify integration for Telegram webhook and bot token authentication.
Changes walkthrough 📝
worker.ts
Exclude `/telegram/` routes from custom auth checkworker/src/worker.ts
/telegram/routes fromx-custom-authcheck.x-custom-authwhen required.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.