Offer Google, Apple, GitHub, Microsoft, and Discord. AuthOwl creates the account on first use and keeps the UI in sync with your dashboard toggles.
Toggle providers per project without rebuilding your sign-in screen.
The hosted component reads your enabled provider set and stays current automatically.
Add GoogleOneTap alongside the standard provider flow for a faster return path.
import { useSignIn } from '@authowl/react' export function GoogleButton() { const signIn = useSignIn() return ( <button onClick={() => signIn.social({ provider: 'google' })}> Continue with Google </button> ) }
Included on every plan - Free through Scale.
Enable the providers your audience trusts and let one component present them.