Wrap your application in anDocumentation Index
Fetch the complete documentation index at: https://docs.neynar.com/llms.txt
Use this file to discover all available pages before exploring further.
AuthKitProvider to use Farcaster Auth. This provider component stores configuration information about your app and makes it available to auth-kit components and hooks.
Note: You must create an AuthKitProvider to use Farcaster Connect. Don’t forget to create one at the top level of your application.
Props
| Prop | Type | Required | Description |
|---|---|---|---|
config | AuthKitConfig | No | Configuration object. See the options in the table below. |
config object options:
| Parameter | Type | Required | Description | Default |
|---|---|---|---|---|
domain | string | No | The domain of your application. | window.location.host |
siweUri | string | No | The login URL of your application. | window.location.href |
relay | string | No | Farcaster Auth relay server URL | https://relay.farcaster.xyz |
rpcUrl | string | No | Optimism RPC server URL | https://mainnet.optimism.io |
version | string | No | Farcaster Auth version | v1 |