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

Address-Based Verification

For web3 projects which identify and authorize users by wallet address

PreviousIntroductionNextOff-Chain Access Control

Last updated 1 year ago

In the address-based verification flow, users are identified by their EVM-compatible wallet addresses. You are not required to manage your own user database; instead, the latest user verification status can be fetched on demand using .

Depending on your needs, you might choose to enforce access control on-chain (smart contract level) or off-chain (frontend level). We will go through each of these in details in the following sections.

Authento's API
Address-based verification