Address-Based Verification
For web3 projects which identify and authorize users by wallet address
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 Authento's API.

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.
Last updated