Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farcasterxyz/auth-monorepo
Farcaster Auth monorepo
https://github.com/farcasterxyz/auth-monorepo
Last synced: 2 days ago
JSON representation
Farcaster Auth monorepo
- Host: GitHub
- URL: https://github.com/farcasterxyz/auth-monorepo
- Owner: farcasterxyz
- License: mit
- Created: 2023-12-06T18:29:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-26T07:10:18.000Z (3 months ago)
- Last Synced: 2024-10-29T19:51:26.091Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.84 MB
- Stars: 45
- Watchers: 6
- Forks: 32
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-farcaster-dev - `auth-monorepo` - monorepo) (Uncategorized / Uncategorized)
- awesome-farcaster-dev - `auth-monorepo`
README
# 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). |