Introduction

Depending on the setup of your project, you could integrate Authento into your user onboarding flow in either of the following ways:

  • Address-Based Suitable for DEX or other web3 applications.

  • Account-Based Suitable for web2 applications such as centralized exchanges or other off-chain platforms which manage their own user databases.

These two approaches differ from each other in terms of backend configurations and how users are identified in the backend. The user experience, however, remains largely the same.

Address-Based VerificationAccount-Based Verification

Last updated