Skip to content

feat: add personal API tokens for REST API authentication#386

Open
utfcmac wants to merge 1 commit intosubshell:masterfrom
utfcmac:feat/api-tokens
Open

feat: add personal API tokens for REST API authentication#386
utfcmac wants to merge 1 commit intosubshell:masterfrom
utfcmac:feat/api-tokens

Conversation

@utfcmac
Copy link
Copy Markdown

@utfcmac utfcmac commented Mar 24, 2026

Allow users to create, list, and delete personal API tokens for programmatic access to the REST API. Tokens use Bearer authentication, are stored as SHA-256 hashes, and support optional expiry (max 1 year). Existing session-based auth remains unchanged.

Allow users to create, list, and delete personal API tokens for
programmatic access to the REST API. Tokens use Bearer authentication,
are stored as SHA-256 hashes, and support optional expiry (max 1 year).
Existing session-based auth remains unchanged.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants