PlayFab / PlayFabMultiplayerUnreal

PlayFab Online Subsystem Plugin for Unreal Engine
https://learn.microsoft.com/en-us/gaming/playfab/features/multiplayer/networking/party-unreal-engine-oss-overview
39 stars 35 forks source link

Use WebAPI ticket for Steam auth #58

Closed bschatt closed 4 months ago

bschatt commented 7 months ago

Valve recommends using GetAuthTicketForWebApi (added in SDK 1.57) instead of GetAuthSessionTicket for auth.

Epic added SDK 1.57 in UE 5.4 and added support this new API at the same time.

bschatt commented 4 months ago

Integrated in PR #64 (commit d0e8bfd0456b871702677b7c8485af2c746e3221)