Overview
This guide walks you through integrating FastAuth into your decentralized application.
Integration Steps
Integrating FastAuth involves five main steps:
- Select your SDK - Choose Browser SDK or React SDK based on your framework
- Select your Provider - Choose JavaScript Provider or React Native Provider
- Authenticate your Users - Implement login and logout flows
- Sign Transactions and Delegate Actions - Request signatures for transactions
- 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
- Review the SDK documentation
- Check the architecture concepts