Management API Reference

Ecosystem wallet

Configure login methods (OpenfortProvider)

OpenfortProvider only

This guide applies if you're using Openfort as your signer and account system.

Openfort supports a variety of login methods for your app, including email, phone, wallet, Google, Apple, Twitter, Discord, Epic Games, Line, Telegram, and more coming.

Users can either use these account types as their upfront login method, or can link them to their profile after logging in via a different method.

Configure login methods in the SDK#

The login methods you enable in the Openfort Dashboard should contain all of the account types that users are allowed to login with or link in your app. You can choose a subset (or all) of these account types as upfront login methods shown to users when they first login to your app. Learn more about configuring your authentication methods in the auth guide.

As soon as you enable each provider from your dashboard, it will automatically appear as an option in the authentication page.

Using a custom auth provider#

Openfort's ecosystem wallets are fully-compatible with any authentication provider that supports JWT-based, stateless authentication.

  • Use a custom authentication provider (easy to integrate alongside your existing stack).