feat: overhaul the nakama user management, leaderboard, prep for 2.1

This commit is contained in:
2026-04-03 04:50:18 +08:00
parent 47f88d31dc
commit e1a3ef8e85
318 changed files with 1933 additions and 1099 deletions
+4
View File
@@ -53,6 +53,10 @@ func _try_restore_session() -> void:
var refresh_token: String = session_data.get("refresh_token", "")
var saved_auth_mode: int = session_data.get("auth_mode", AuthMode.GUEST)
if saved_auth_mode == AuthMode.GUEST:
print("[AuthManager] Ignoring guest session auto-restore to force login screen.")
return
if token.is_empty():
return