heroiclabs / nakama-godot

Godot client for Nakama server written in GDScript.
Apache License 2.0
593 stars 69 forks source link

Add refresh_token support to NakamaClient.restore_session #208

Open kevyntime opened 5 months ago

kevyntime commented 5 months ago

This pull request adds a refresh_token argument to NakamaClient.restore_session, allowing sessions to be refreshed directly from a restored state. Previously, using client.session_refresh_async(session) on a restored session would result in a Refresh token is required error.

Key Changes:

Fixes: #207

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.