0.10.7
Support for new experimental @colyseus/social
API.
See documentation: https://docs.colyseus.io/authentication/
Now available in the client:
client.auth.login()
client.auth.getFriends()
client.auth.getOnlineFriends()
client.auth.getFriendRequests()
client.auth.sendFriendRequest(userId)
client.auth.acceptFriendRequest(userId)
client.auth.declineFriendRequest(userId)
client.auth.sendFriendRequest(userId)
client.auth.blockUser(userId)
client.auth.unblockUser(userId)
client.push.register()