Skip to main content

Overview

This guide walks you through integrating FastAuth into your decentralized application.

Integration Steps

Integrating FastAuth involves five main steps:

  1. Select your SDK - Choose Browser SDK or React SDK based on your framework
  2. Select your Provider - Choose JavaScript Provider or React Native Provider
  3. Authenticate your Users - Implement login and logout flows
  4. Sign Transactions and Delegate Actions - Request signatures for transactions
  5. Submit your Application - Get whitelisted for production use

Prerequisites

  • Node.js 18+ and npm/pnpm
  • Basic JavaScript/TypeScript knowledge
  • A NEAR account (testnet for development)
  • An identity provider account for production

Getting Help