Authento API
  • Welcome to Authento
  • Integration Guidance
    • Introduction
    • Address-Based Verification
      • Off-Chain Access Control
      • On-Chain Access Control
        • Digital Signature Verification
        • Merkel Proof Verification
    • Account-Based Verification
    • Webhooks
  • API Reference
    • General Information
    • Endpoints
      • Get Basic User Info
      • Get Full User Info
  • Authento-react
    • Getting Started
    • useSignature
    • useStatus
    • useTokenVerifyPopup
    • useVerifyPopup
Powered by GitBook
On this page
  1. Integration Guidance

Introduction

Last updated 1 year ago

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 Verification
Account-Based Verification