Components read the project config and render exactly the methods you enabled - toggle a method in the dashboard and the UI updates without a deploy.
Use managed components and hooks, a framework-neutral client, App Router server helpers, or the Convex adapter.
Ship native auth screens with OS-keychain session storage, mobile social token exchange, passkey adapters, Arabic, and RTL.
Verify JWTs and signed webhooks with one shared conformance contract and stable cross-language error codes.
import { AuthOwlProvider, SignedIn, SignedOut, UserButton } from '@authowl/react' export function AppLayout({ children, publishableKey, apiUrl }) { return ( <AuthOwlProvider publishableKey={publishableKey} apiUrl={apiUrl}> <SignedIn><UserButton />{children}</SignedIn> <SignedOut>Sign in to continue</SignedOut> </AuthOwlProvider> ) }
Included on every plan - Free through Scale.
Choose the package for your framework and let project config drive the UI.