Refresh JWT token
POST/api/auth/refresh-token
Exchanges the refresh token (sent automatically as an HttpOnly cookie) for a new JWT. Issues a new refresh token cookie (rotation). Reuse of a consumed token invalidates the entire session family.
Responses
- 200
- 400
- 401
- 500
Successful operation
Bad request
Unauthorized
Server error