app-server README omits account/login/cancel response

Open Beginner friendly
#25,528 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
78/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Quiet
Tech stack
rust
Domain
api, documentation

Research direction

Start with the app-server README section for account/login/cancel, then read cancel_login_response and the v2 account tests to confirm the response shape. Update the example to show the direct JSON-RPC result with status set to canceled or notFound, alongside any follow-up notification.

Written by the indexing model from the issue text.

Description

app-server documentation
What happened?

The app-server README section for account/login/cancel shows the cancel request followed by an account/login/completed notification, but it does not show the JSON-RPC response for the request itself.

The protocol defines a cancel response with a status:

CancelLoginAccountStatus::{Canceled, NotFound}

The app-server implementation returns that status from cancel_login_response, and the v2 account tests cover the cancel response behavior.

Expected behavior

The README example should include the direct account/login/cancel response, for example a result containing status: "canceled" or status: "notFound", in addition to any follow-up notification.

Additional context

I searched open issues and PRs for terms including account/login/cancel, CancelLoginAccountResponse, status, and app-server, and did not find an existing open item that appears to cover this documentation omission.

Dominant language
Rust
Stars
125k
Forks
19.5k
Avg merge
1m
Merged PRs (30d)
1k

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from openai/codex

All issues in openai/codex

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.