https://github.com/heroiclabs/nakama-js/blob/master/src/client.ts#L794username and create parameters are out of order. Any call with create: true will in fact create a user with username = "true". This means you can only create one user when using this authentication type as username needs to be uniq.
https://github.com/heroiclabs/nakama-js/blob/master/src/client.ts#L794
username
andcreate
parameters are out of order. Any call withcreate: true
will in fact create a user with username = "true". This means you can only create one user when using this authentication type asusername
needs to be uniq.