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
  2. Address-Based Verification

On-Chain Access Control

Digital signatures and Merkle proofs are two effective approaches for implementing on-chain access control. Digital signatures use cryptographic algorithms to verify the authenticity and integrity of data, ensuring that only authorized entities can access resources. On the other hand, Merkle proofs validate the inclusion of specific data elements in a Merkle tree through a compact proof.

In the following sections, we will explore the implementation and benefits of each approach in details.

PreviousOff-Chain Access ControlNextDigital Signature Verification

Last updated 1 year ago