Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Authentication

Aero2 supports multiple authentication methods. You can enable one or more methods per application depending on your requirements.

Available Methods

Social Login (OAuth/OIDC)

Sign in with GitHub, Google, or any OAuth2/OIDC-compliant identity provider. Aero2 handles the full OAuth flow and creates local user accounts automatically.

Set up social login

Email & Password

:::info Coming Soon This feature is under active development. The design below reflects our planned implementation. :::

Traditional email and password authentication with email verification, password strength requirements, and password reset flows.

Learn more

Passwordless / Magic Links

:::info Coming Soon This feature is under active development. The design below reflects our planned implementation. :::

One-click email sign-in without passwords. Users receive a single-use link that signs them in instantly.

Learn more

Multi-Factor Authentication (MFA)

:::info Coming Soon This feature is under active development. The design below reflects our planned implementation. :::

Add a second layer of security with TOTP (authenticator apps), WebAuthn/Passkeys (biometric and hardware keys), or SMS one-time passwords.

Learn more

Single Sign-On (SSO)

:::info Coming Soon This feature is under active development. The design below reflects our planned implementation. :::

SAML 2.0 support for enterprise identity providers such as Okta, Azure AD, and OneLogin.

Learn more