Skip to main content

Player Onboarding

Onboarding your players to the Ludere Hub is as easy as sending them to a website from within the game. Once you’ve registered an account, copy your Hub URL from the admin panel. It may look something like: https://hub-example.ludere.gg. Direct your players to this URL from inside your game, either via a webview or simply an external URL that opens in the player’s default browser. We recommend using a simple “Hub” icon styled to match the aesthetic of your game. By passing two key pieces of player info in the querystring, Ludere can automatically authenticate your player and enrich their experience:
https://hub-example.ludere.gg?externalId=USER-ID-GOES-HERE&externalDisplayName=USER-NAME-GOES-HERE
When the player arrives at the Hub their session is linked to the given external ID. When they create an account or make a purchase as a guest, the external ID will be used to inform your game system about the player who should receive the item. When Display Name is included, Ludere Connect will automatically associate their display name with their account when they create one or login with a social provider.
This “blind trust” methodology is the easiest way to integrate with Ludere, but we also support player authentication via JWT. Contact us to discuss.

Configuring Player Login Options

Ludere Connect supports the following OAuth login providers, each of which can be enabled or disabled and configured within your Dashboard:
  • Discord
  • Facebook
  • Google
  • Reddit
  • Twitch
  • Apple (Coming soon)
We also support traditional email/password login which can also be enabled or disabled within your Dashboard.