Skip to content

0.10.7

Compare
Choose a tag to compare
@endel endel released this 25 May 21:36
· 221 commits to master since this release

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()