Third-party authentication
Learn how to integrate with third-party auth provider.
Openfort's embedded signers are fully compatible with any authentication provider that supports JWT-based, stateless authentication. This guide will show you how to integrate third-party authentication providers in your Unity game.
Follow the guide on how to configure third party auth to learn more.
The supported loginMethods are 'accelbyte'
, 'custom'
, 'firebase'
, 'supabase'
, 'lootlocker'
, 'playfab'
, 'telegramMiniApp'
and 'oidc'
.
Basic Setup#
First, create a manager class to handle Openfort authentication:
Authenticate with third-party provider#
Here's how to authenticate using a third-party provider:
To make these instructions concrete, this guide uses Firebase as a sample third party auth provider that you can integrate alongside Openfort.
Authentication response#
Upon successful authentication, you'll receive a response containing: