All changelog
Safer API Token Management
You can manage API credentials more safely with one-time secret display, bounded lifetimes, and automatic revocation tied to your account.
-
One-time secrets - Copy a new token when you create it without exposing it again in token lists
-
Expiring credentials - See when each token expires and rotate access on a defined schedule
-
Protected storage - New tokens are stored as one-way digests instead of reusable plaintext values
-
Automatic revocation - Password resets and account deactivation now invalidate associated sessions and tokens
Head to your dashboard settings to manage API tokens.