heroiclabs / nakama-js

JavaScript client for Nakama server written in TypeScript.
https://heroiclabs.com/docs/nakama/client-libraries/javascript/
Apache License 2.0
194 stars 55 forks source link

Javascript - authenticate game center has odd signature #137

Closed lugehorsam closed 1 year ago

lugehorsam commented 2 years ago

It should probably match the .NET client signature:

public async Task<ISession> AuthenticateGameCenterAsync(string bundleId, string playerId, string publicKeyUrl,
            string salt, string signature, string timestamp, string username = null, bool create = true,
            Dictionary<string, string> vars = null)
jackunion commented 1 year ago

@lugehorsam resolved in https://github.com/heroiclabs/nakama-js/pull/156