Guides
Login Methods
Customize how users can log in to your app
Crossmint Auth supports the following login methods:
- Email OTP: passwordless sign-in using a one time code delivered to the user’s email.
- Social Accounts: Sign in with Google, Apple, X, and more.
- Farcaster: using the Sign In With Farcaster (SIWF) standard.
To customize which login methods are shown to your users, use the loginMethods
prop when initializing Crossmint Auth.
By default, only email and Google are enabled.
app/providers/Providers.tsx