Nakama is not returning a new refresh token

I am using Unity SDK and calling SessionRefreshAsync returns a new Session object with updated auth token, but old refresh token (basically returning refresh token that I passed to the method).
Then I thought maybe the problem lies in Unity SDK, so I tried ApiExplorer and got the same result.

Here it returns a new auth token, but old refresh token.

1 Like

This is being addressed in Add refresh token rotation by sesposito · Pull Request #1091 · heroiclabs/nakama · GitHub and is planned to make it in the next release.

Best.