Skip to content

fix: correct OpenAI domain verification token - #120

Merged
adityaoberai merged 1 commit into
mainfrom
fix/openai-challenge-token
Sep 11, 2026
Merged

fix: correct OpenAI domain verification token#120
adityaoberai merged 1 commit into
mainfrom
fix/openai-challenge-token

Conversation

@adityaoberai

Copy link
Copy Markdown
Contributor

Summary

Corrects the token served at /.well-known/openai-apps-challenge. The value shipped in #119 had two mistyped characters, so OpenAI domain verification would fail against the deployed endpoint. The unit test's expected body is updated to match.

Testing

  • black --check src tests
  • ruff check src tests
  • python -m unittest tests.unit.test_http_app (33 tests pass)

🤖 Generated with Claude Code

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@greptile-apps

greptile-apps Bot commented Sep 11, 2026

Copy link
Copy Markdown

RetriggerConfidence Score: 5/5

The PR appears safe to merge; the corrected token is consistently served and validated through the public HTTP route.

Summary

  • Changes the challenge response from Ea1/BJn to Eal/BJr.
  • Preserves the endpoint's successful plain-text response contract.

Reviews (1) · Last reviewed commit: "fix: correct OpenAI domain verification ..."

@adityaoberai
adityaoberai merged commit 7f5cca5 into main Sep 11, 2026
5 checks passed
@adityaoberai
adityaoberai deleted the fix/openai-challenge-token branch September 11, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant