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
  • Installation
  • Peer Dependencies
  • Usage Examples
  • Hooks
  1. Authento-react

Getting Started

PreviousGet Full User InfoNextuseSignature

Last updated 1 year ago

If your frontend is built using react, this package provides a set of custom hooks and components to greatly simplify the integration process.

Installation

npm install authento-react

Peer Dependencies

  • react: >=17.0.0

  • uuid: ^9.0.0

  • wagmi: ^1.0.1

Usage Examples

Hooks

React/Next.js frontend + backend
useSignature
useStatus
useTokenVerifyPopup
useVerifyPopup