OAuth 2.0 · OpenID Connect · Passkeys

Auth without the per-user bill

A hosted identity provider with passkeys, social and enterprise login, machine-to-machine tokens, and MCP authorization for AI agents. Unlimited users on the free plan: no MAU tiers, no credit card.

  • 8 backend SDKs: Node, Go, Java, .NET, PHP, Python, Ruby, Rust
  • Frontend examples: React, Next.js, Vue, Angular, SvelteKit, Nuxt, Remix
  • EU-hosted: data stays in the EU region
App.tsx React
import { useAuthAction } from '@authaction/web-sdk/react';

function App() {
  const { isAuthenticated, user, loginWithRedirect, logout } =
    useAuthAction();

  if (!isAuthenticated) {
    return (
      <button onClick={() => loginWithRedirect()}>Log in</button>
    );
  }

  return (
    <div>
      <p>Hello {user?.name}</p>
      <button onClick={() => logout()}>Log out</button>
    </div>
  );
}
Unlimited Users No MAU caps, ever
All Connections Social, SAML, Enterprise
No Usage Limits Scale without restrictions
No Credit Card Sign up and start building

Products

Purpose-built authentication and authorization solutions for every use case

Authentication & Authorization

Frontend Authentication

SPAs, server-rendered apps and every major frontend framework. SDKs for React, Next.js, Vue, Angular, SvelteKit, Nuxt and Remix.

Learn more

Machine-to-Machine

Client credentials tokens for service-to-service calls, scoped per API audience.

Learn more

Passkey Plus

WebAuthn passwordless sign-in, added alongside the login methods you already run.

Learn more

MCP Server Authorization

OAuth for Model Context Protocol servers, including dynamic client registration.

Learn more

AI Agent Identity

Give agents a delegated identity instead of a shared API key. Every action records the person who authorised it, using OAuth 2.0 Token Exchange.

Learn more

Enterprise Connections

Let customers sign in with their own identity provider: SAML 2.0 and Active Directory / LDAP, unlimited and free.

Learn more
Platform & Infrastructure

Custom Domain Mapping

Serve login pages and authentication endpoints from your own branded domain with automatic SSL certificates and full OpenID Connect discovery support.

Learn more

Region-Based Data Storage

Store authentication, user data and files securely in your preferred region (AU, CA, CN, EU, IN, JP, US) for compliance and performance.

Secure File Storage

Secure file storage and retrieval with integrated authentication for user and organization-level file management.

Learn more

Hosted API Reference

Publish your OpenAPI document on your own domain, public or private behind the login you already run. Push it from CI.

Learn more

Plan Management

Complete plan management with integrated authentication for subscription-based business models.

Learn more

Custom Email

Send transactional emails from your own domain with full SMTP configuration, custom templates, and delivery tracking.

Learn more

Platform Capabilities

Enterprise-grade security features and developer tools built into every plan

Security

Multi-factor Authentication

Secure your applications with SMS, email, biometric, and app-based multi-factor authentication options.

Single Sign-On (SSO)

Streamline user access with seamless authentication across multiple applications and services.

Identity Management

Centralize user identity management with comprehensive user profiles and role-based access controls.

Social Login

Enable quick and easy sign-in with popular social media platforms while maintaining security.

Developer Experience

Official SDKs & APIs

Integrate using AuthAction's own SDKs for frontend and all major backend languages. No third-party libraries needed.

Analytics & Reporting

Gain insights into authentication patterns, security events, and user behavior with detailed analytics.

AuthAction CLI

Manage tenants, users, roles, connections, and more directly from your terminal. Automate any workflow with a full-featured command-line tool.

Learn more

Who is building on AuthAction

Founders shipping real products, not pilots.

Custom domain mapping was the thing that sold me. Our login lives on our own domain, so customers never see a third-party URL mid-signup. That it costs nothing on the free plan still surprises me.
Bharathi V Founder, menumetrics.in
Our users are German, and the hosted login pages speak German without us maintaining a single translation file. Integration took an afternoon, and I have not had to think about auth since.
Priya Ravi Founder, illam.de

Ready to secure your application?

Get started with AuthAction today. Every feature is completely free. No credit card, no limits, no catch.