Skip to main content

Refresh an authentication token

POST 

/api/auth/refresh

Validates the current refresh token from the Authorization header and issues a new JWT app token and refresh token pair. The previous refresh token is invalidated. Requires the caller to have the refresh role.

Responses

Returns new app token and refresh token.