Social

Five providers. One sign-in surface.

Offer Google, Apple, GitHub, Microsoft, and Discord. AuthOwl creates the account on first use and keeps the UI in sync with your dashboard toggles.

0built-in providers
First useaccount creation
Auto UIenabled providers only
Built all the way through

More than a sign-in method.

Dashboard

Providers switch on cleanly

Toggle providers per project without rebuilding your sign-in screen.

Components

SignIn renders the right buttons

The hosted component reads your enabled provider set and stays current automatically.

Google

One Tap when you want it

Add GoogleOneTap alongside the standard provider flow for a faster return path.

Developer experience

Start a provider flow from your own button.

components/google-sign-in.tsx
import { useSignIn } from '@authowl/react'

export function GoogleButton() {
  const signIn = useSignIn()

  return (
    <button onClick={() => signIn.social({ provider: 'google' })}>
      Continue with Google
    </button>
  )
}
What you get
Google, Apple, GitHub, Microsoft, and Discord are supported.
Accounts are created automatically on first use.
Use SignIn for automatic buttons or useSignIn for custom UI.
Plan availability

Included on every plan - Free through Scale.

FreeStarterProScale
See pricing

Meet users where they already sign in.

Enable the providers your audience trusts and let one component present them.