# AussieAuth > AussieAuth is a self-hosted authentication server built on Convex and Better Auth. It offers sixteen sign-in methods — Google, Google One Tap, GitHub, Apple, Solana wallet, passkeys, email/password, phone/password, username/password, magic links, email OTP, SMS codes, a shared demo account, anonymous sessions, Mullvad-style account numbers, and API keys for agents. Unlike a hosted auth provider it has no consent screen of its own: an app that uses AussieAuth talks to the Convex deployment from its own origin, so a user signing in with Google sees Google's consent screen and nothing else. ## Docs - [What AussieAuth is](https://aussieauth.com/docs): A self-hosted auth server on Convex and Better Auth, with fifteen sign-in methods and no consent screen of its own. - [Quickstart](https://aussieauth.com/docs/quickstart): Get AussieAuth running locally in five commands, with every method that doesn't need a third party working out of the box. - [Setting up Google](https://aussieauth.com/docs/setup/google): Register a Google OAuth client, set the redirect URI, and enable Google sign-in on an AussieAuth deployment. - [Setting up Apple](https://aussieauth.com/docs/setup/apple): Register a Services ID, mint the signing key, verify the domain, and enable Sign in with Apple on an AussieAuth deployment. - [Using it from another app](https://aussieauth.com/docs/embedding): Register an app against an AussieAuth deployment, trust its origins, and drop the sign-in card into it without a redirect. - [Native apps](https://aussieauth.com/docs/native): Expo setup for AussieAuth, native scheme origins, and Expo Go registration. - [Deploying](https://aussieauth.com/docs/deploying): How AussieAuth deploys to Vercel, and the four paths that must be proxied from the site's own domain rather than served from Convex. - [Architecture](https://aussieauth.com/docs/architecture): What lives in each directory of AussieAuth, why the Better Auth component is installed locally, and how the tests are split. - [Method notes](https://aussieauth.com/docs/methods): What's non-obvious about each of AussieAuth's fifteen sign-in methods — passkeys, Solana, account numbers, the demo account, agent keys and the rest. ## Raw markdown - [What AussieAuth is](https://aussieauth.com/docs/index.md) - [Quickstart](https://aussieauth.com/docs/quickstart.md) - [Setting up Google](https://aussieauth.com/docs/setup/google.md) - [Setting up Apple](https://aussieauth.com/docs/setup/apple.md) - [Using it from another app](https://aussieauth.com/docs/embedding.md) - [Native apps](https://aussieauth.com/docs/native.md) - [Deploying](https://aussieauth.com/docs/deploying.md) - [Architecture](https://aussieauth.com/docs/architecture.md) - [Method notes](https://aussieauth.com/docs/methods.md) ## Full text - [Everything on one page](https://aussieauth.com/llms-full.txt)