Back to Redis

Jwt Authorize

content/operate/rs/references/rest-api/objects/jwt_authorize.md

latest376 B
Original Source

An API object for user authentication or a JW token refresh request.

NameType/ValueDescription
passwordstringThe user’s password (required)
ttlinteger (range: 1-86400) (default: 300)Time to live - The amount of time in seconds the token will be valid
usernamestringThe user’s username (required)