Hello, I’d like for my users to use steam to sign in to the the game, and after use friends list, etc… unfortunately I’m having an issue. When trying to log in with steam using
await AuthenticationService.Instance.SignInWithSteamAsync(m_SessionTicket);
This returns the following error : ```
[Authentication]: Request failed: 401, {“title”:“PERMISSION_DENIED”,“detail”:“unable to validate token”,“details”:[ ],“status”:401}
I have followed the steps and have added the identity provider with app id being 480 and the key I found https://steamcommunity.com/dev/apikey but it isn't working. I do think the error is related to the app id and key I have inputed but I cannot find a solution. Keep in mind I do not have a steamworks app as this is a project and I don't want to pay 100$ (that's why I put 480 in appid).
Please If you have any insight related to this, I'd really appreciate it.