Hook for reading information about the authenticated user. You can use this hook to read the authenticated user’s profile information from other components inside your app.Documentation Index
Fetch the complete documentation index at: https://docs.neynar.com/llms.txt
Use this file to discover all available pages before exploring further.
Returns
| Parameter | Description |
|---|---|
isAuthenticated | True when the user is logged in. |
profile.fid | User’s Farcaster ID. |
profile.username | User’s username. |
profile.bio | User’s bio text. |
profile.displayName | User’s display name. |
profile.pfpUrl | User’s profile picture URL. |
profile.custody | User’s FID custody address. |
profile.verifications | List of user’s verified addresses. |