@farcaster/auth-client library provides a framework agnostic client for Farcaster Auth. If you’re not using React, want greater customizability, or want to interact with the Farcaster Auth relay directly, you can use the Auth client library to build your own Sign in With Farcaster flow.
Getting Started
Installation
Install the Auth client and its peer dependency viem.Create a client
Set up a client with a relay server URL and Ethereum connector.AppClient or a WalletClient. If you’re building a connected app and logging in users, use an app client. If you’re building a Farcaster wallet app, use a wallet client.

