question

Mr Slo avatar image
Mr Slo asked

Authenticating third party websites,Playful Authentication for Website

Im currently using playfab authentication in our game. The goal is to create a third party website that shares the same authentication schema as the game client. so we could identify the account there, validate permissions etc. We are currently using a .net core 6 rest api, which would be the one we would like to integrate with PlayFab.

Was wondering what would be the best practices for that and if there's any examples that is possible to take a look.

Thanks !

,

I have a website which is some sort of panel that is part of the game. I currently use Playful to store player accounts, the playfab api's are directly consumed by the game client atm but this will change as the server might also consume it.

Was wondering what are the best practices to manage and consume PlayFab API from a rest api written in .net 6 - if there's any good examples that would be deeply appreciated.

The goal is for players to be able to use this website service with the same game account they created using the game client.

apisAuthentication
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

Do it mean you want to implement PlayFab SDK on a .Net 6 website? Usually you can follow C# implementation turials to access PlayFab API --C# PlayFab SDK - PlayFab | Microsoft Docs

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.