Clean up tokens
Cleans up expired JWT tokens.Arguments
Number of users to process per batch (default: 100) (Optional)
Force cleanup of all tokens (Optional)
View token details
Displays details of a JWT token in a table.Arguments
The JWT token to view
Lists tokens
Lists all active JWT tokens.Arguments
Page number to display (default: 1)
Number of tokens to display per page (default: 20)
Create token
Generates a new JWT token for a user.Arguments
The user ID, email, or login to generate the token for
The User Agent to override the server User Agent (optional)
Destroy tokens
Destroys JWT tokens for a specific user.Arguments
The user ID, email, or login to destroy tokens for
Specific PAT token ID to destroy (optional)
Force destroy without confirmation (optional)