{
  "id": "jwt_authorize",
  "title": "JWT authorize object",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/objects/jwt_authorize/",
  "summary": "An object for user authentication or a JW token refresh request",
  "content": "\nAn API object for user authentication or a JW token refresh request.\n\n| Name | Type/Value | Description |\n|------|------------|-------------|\n| password | string | The user’s password (required) |\n| ttl | integer (range: 1-86400) (default: 300) | Time to live - The amount of time in seconds the token will be valid |\n| username | string | The user’s username (required) |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

