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.
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.
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.
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.
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.