[FEATURE] Show device/session identifying info on Authorization Tokens page

Status Open
Maintainer reply None cached
Activity 1 comment · opened Aug 7, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Problem Statement
The Authorization Tokens list at claude.ai/settings (Claude Code section) shows only "Connected X days/months ago" and a list of scopes per token. There's no device name, OS, location, IP, or other identifying detail attached to each entry.

This makes it impossible to determine which token corresponds to which physical device or login session — especially problematic when trying to do a security audit (e.g., checking for unauthorized access) or general cleanup of stale tokens.

Why this matters

Users currently cannot tell which tokens are safe to revoke and which are actively in use on a real device.
Related issues (e.g. #59378 on token accumulation) note the list can grow unbounded, making this worse over time.
This is a common security hygiene pattern already used by GitHub, Google, etc.

Proposed Solution

Suggested solution
Add basic identifying metadata to each token entry, similar to what most services show on an "active sessions" page:

Device/OS fingerprint (e.g., "MacBook Pro - macOS", "Ubuntu - Linux")
Approximate location or IP (optional/privacy-permitting)
Last-used timestamp (in addition to "connected" timestamp)
Optional user-assigned label/nickname per token

Alternative Solutions

_No response_

Priority

Medium - Would be very helpful

Feature Category

Configuration and settings

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗