Management API Reference

Ecosystem wallet

Configure login methods

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.

1. Configure upfront 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. Lern more about configuring your authentication methods in the auth guide.

Custom auth#

Openfort's ecosystem wallets are fully-compatible with any authentication provider that supports JWT-based, stateless authentication. If you're looking to add embedded wallets to your app, you can either:

  • use Openfort as your authentication provider (easy to set up out-of-the-box).
  • use a custom authentication provider (easy to integrate alongside your existing stack).