1auth SDK Documentation

Interactive documentation and live previews for the @1auth/sdk package. Click any component to see detailed documentation and code examples.

Guides

React Components

Hooks

Client

Quick Start

Installation

pnpm add @1auth/sdk

Basic Usage

import { PasskeyProviderClient, PayButton } from '@1auth/sdk';

const client = new PasskeyProviderClient({
  providerUrl: 'https://auth.example.com',
  clientId: 'my-app',
});