Identity flows, no code required
Design, preview, and deploy sign-up, login, and verification flows visually in the Authdog Console — ship identity experiences without writing code or waiting for deploys.
Capabilities
Everything you need to build identity flows visually
From templates to conditional logic, create sophisticated authentication experiences without engineering effort.
Visual Flow Builder
Design sign-up, login, and MFA flows with a drag-and-drop editor. Configure steps, conditions, and branching without writing code.
Pre-built Templates
Start from battle-tested templates for passwordless login, social sign-in, enterprise SSO, and progressive profiling.
Conditional Logic
Route users through different paths based on device type, risk score, user role, or organisation membership.
Real-time Preview
See exactly how your identity flows look and behave before publishing. Test with different user personas and device contexts.
MFA & Step-up Auth
Add multi-factor authentication steps anywhere in a flow. Configure step-up challenges for sensitive actions based on risk signals.
Version Control & Rollback
Every change is versioned. Roll back to any previous version instantly with a full audit trail of who changed what.
Developer experience
Visual builder, programmatic control
Build flows visually in the Console or manage them programmatically via the SDK. Either way, every flow is versioned, testable, and deployable.
- Create and configure flows with a single SDK call
- Insert conditional MFA steps based on risk scoring
- Publish to any environment with one-click rollback
- Full version history with changelogs and audit trail
import { Authdog } from "@authdog/sdk";
const authdog = new Authdog({ apiKey: process.env.AUTHDOG_API_KEY });
// Create a sign-up flow with email + social providers
const flow = await authdog.flows.create({
name: "onboarding-v2",
trigger: "signup",
steps: [
{ type: "social", providers: ["google", "github"] },
{ type: "email_verification" },
{ type: "profile_completion", fields: ["name", "company"] },
],
});
// flow.id is ready to attach to an applicationWhy no-code identity flows matter
Hardcoded auth flows slow your team down and create deployment risk. A visual builder lets anyone ship secure identity experiences without touching application code.
Of auth changes are config, not code
Most identity flow updates — adding a provider, toggling MFA, adjusting branding — don't need a code deploy. A visual editor lets product and security teams ship independently.
Faster iteration on login experiences
Teams using no-code flow builders iterate on sign-up and login experiences significantly faster than those waiting on engineering release cycles.
Of incidents resolved with instant rollback
Versioned flows with one-click rollback mean broken login screens are fixed in seconds, not hours. Every change is auditable and reversible.
Ship identity flows without code.
Open the Authdog Console to design, preview, and deploy authentication experiences visually.