Settings: Authorization tokens page missing bulk revoke and full pagination

Resolved 💬 3 comments Opened May 7, 2026 by jsingal Closed May 11, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

The Claude Code settings page (claude.ai/settings/claude-code) displays authorization
tokens without proper pagination or bulk management options. Only a limited number of
tokens are rendered at a time, and there is no way to navigate to the rest from the UI.

This makes it impossible to manually revoke all tokens — tokens beyond the initial
rendered batch are invisible and unreachable. Clicking delete one-by-one does not
clear them because the list repopulates from the same limited view. The only way to
revoke all tokens is to call the API directly.

What Should Happen?

Users should be able to see and manage all authorization tokens from the settings UI.
Options: a "Revoke all" button, proper pagination, or bulk selection with multi-revoke.

Error Messages/Logs

Steps to Reproduce

  1. Go to claude.ai/settings/claude-code
  2. Scroll to "Authorization tokens"
  3. Note that only a subset of tokens are shown with no pagination controls
  4. Try to revoke all tokens manually — the list never empties because tokens beyond

the visible batch cannot be reached from the UI

Claude Model

None

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

1.6259.1

Platform

Other

Operating System

macOS

Terminal/Shell

Other

Additional Information

_No response_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗