Talo logoDocsBlogGitHub
Back to blog

Fully-managed Talo authentication has arrived!

3 min read
Fully-managed Talo authentication has arrived!

Talo is built with one goal in mind: being an incredibly simple tool developers can use to avoid reinventing the wheel. One of the major pain points usually comes in the form of having to manage player accounts - from setting up a database to having to build commonly expected features like account verification and password resets.

We're excited to announce that Talo now offers a built-in authentication system, allowing you to manage player registration, session verification, and account administration with ease. Player authentication is now available for our Godot plugin and REST API and will soon be available for our Unity package.

TL;DR

  • What's new? Talo now offers a fully managed player authentication system.
  • What's changed? You can now use Talo to manage player registration, session verification and account administration.

Simple and secure

Talo's authentication system is designed to be simple to use and secure by default. It provides a set of APIs that you can use to manage player accounts, including:

  • Registering new players: Allow players to create an account and choose their own password.
  • Logging in: Talo will make sure players are using valid credentials.
  • Verifying player sessions: Talo can send verification codes to players' emails.
  • Resetting passwords: Players can reset their passwords if they forget them.
  • Managing player accounts: Update player information, such as their email address or password.

When performing any action on behalf of a player, you'll need to provide the player's unique session token. This token is generated when a player successfully logs in or registers and can be used to securely identify them.

If you're using our Godot plugin or Unity package, we'll take care of session management and player identification for you so you can focus on easily integrating authentication into your game.

New samples added

We've added new samples for the Godot plugin (which will also soon be added to the Unity package) that demonstrate how to use Talo's authentication system. These samples act as great starting points for integrating authentication into your game.

In addition, lots of new documentation for the authentication system for our Godot plugin and REST API.

New authentication scene samples in the Godot editor

Coming soon

Today's release is version 1.0 of our authentication system and we'll be iterating on it in the coming weeks. Our major priorities include bringing the authentication system to our Unity package and making sure integrating it into your game is as simple as possible.

Going forward we'll be adding more features like enabling verification for accounts that do not already have it and logging of all player authentication actions that can be viewed in the Talo dashboard.

Stay tuned! If you have any feedback or suggestions, we'd love to hear them on our Discord.


TudorWritten by Tudor

Build your game faster with Talo

Don't reinvent the wheel. Integrate leaderboards, stats, event tracking and more in minutes.

Using Talo, you can view and manage your players directly from the dashboard. It's free!

Get started

More from the Talo Blog

Changelog: event breakdown, player session tracking and private channels
4 min read

Changelog: event breakdown, player session tracking and private channels

Our April updates: event property breakdown analytics, player session tracking and private game channels.

Talo is now available on the Unity Asset Store
2 min read

Talo is now available on the Unity Asset Store

Talo is now available on the Unity Asset Store. You can use Talo to track player stats, update your game without releasing a new update and more.

How we built a flexible game save system for Godot
5 min read

How we built a flexible game save system for Godot

Learn how to use Talo's flexible saving and loading system in your Godot game. Includes offline support, code examples and ready to use demos.

Changelog: game stat history, channel management and new socket events
3 min read

Changelog: game stat history, channel management and new socket events

Learn more about Talo's March 2025 updates: game stat history APIs, channel management improvements and new socket events. Find out how to update game channels from the dashboard.