Login #

You can use the Account service to manage your users’ login experience.

Login queue #

To prevent your game from crashing during peak hours the login queue routes your players through a queue when they attempt to log in using your authentication services. With the login queue:

  • You can rate limit logins to help manage larger than normal requests to your game, such as on launch days
  • You can use authentication servers with lower hardware requirements without the risk of server overload
  • You can provide more information to your players on the login screen
See the Get Started with Login Queues guide for more details.