# Farcaster Auth Monorepo This monorepo contains packages and applications related to [Farcaster Auth](https://www.notion.so/warpcast/Farcaster-Connect-Public-9b3e9fb7a4b74f158369796f3e77c1d3). ## Packages | Package Name | Description | Use if… | | ------------------------------------------------ | -------------------------- | ---------------------------------------------------------------------- | | [@farcaster/auth-kit](./packages/auth-kit) | React components and hooks | You're building a React app and want to authenticate Farcaster users. | | [@farcaster/auth-client](./packages/auth-client) | Client library | You're building a Typescript or JS app and want to authenticate users. | | [@farcaster/auth-relay](./apps/relay) | HTTP relay server | You want to relay connection requests. (You probably don't need this). |